#268122

Color #268122 Forest Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Forest Green #268122

Tints of Forest Green #268122

Color information

#268122 (or 0x268122) is unknown color: approx Forest Green. HEX triplet: 26, 81 and 22. RGB value is (38,129,34). Sum of RGB (Red+Green+Blue) = 38+129+34=201 (26% of max value = 765). Red value is 38 (15.23% from 255 or 18.91% from 201); Green value is 129 (50.78% from 255 or 64.18% from 201); Blue value is 34 (13.67% from 255 or 16.92% from 201); Max value from RGB is 129 - color contains mainly: green. Hex color #268122 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #268122 is #D97EDD. Grayscale: #5B5B5B. Windows color (decimal): -14253790 or 2261286. OLE color: 2261286.

HSL color Cylindrical-coordinate representation of color #268122: hue angle of 117.47º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #268122 is Cyan = 0.71, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.49.

Color convert

RGB3812934-
CMYK0.7100.740.49
HSL117.47º58.28%31.96%-
HSV(B)117.47º73.64%50.59%-
XYZ8.9416.234.17-
YUV90.9695.8590.22-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 38 (15.23% from 255) = 18.91%
GREEN value IS 129 (50.78% from 255) = 64.18%
BLUE value IS 34 (13.67% from 255) = 16.92%
R=18.91%
G=64.18%
B=16.92%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal38129340.7100.740.49117.4758.2831.96
Hex2681224704A31753a20
Octal46201421070112611657240
Binary100110100000011000101000111010010101100011110101111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #268122; }

 p { color: rgb(38,129,34); }

 H1.HeaderClassName
 {
   color: #268122;
 }
 .AnyTagClassName
 {
   color: #268122;
 }
</style>
background-color css

<style>
 a { background-color: #268122; }

 a { background-color: rgb(38,129,34); }

 div.DivClassName
 {
   background-color: #268122;
 }
 .BgClassName
 {
   background-color: #268122;
 }
</style>
border-color css

<style>
 span { border-color: #268122; }

 span { border-color: rgb(38,129,34); }

 td.TdClassName
 {
   border-color: #268122;
 }
 .TagClassName
 {
   border-color: #268122;
 }
</style>