#268008

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

Shades of Forest Green #268008

Tints of Forest Green #268008

Color information

#268008 (or 0x268008) is unknown color: approx Forest Green. HEX triplet: 26, 80 and 08. RGB value is (38,128,8). Sum of RGB (Red+Green+Blue) = 38+128+8=174 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.84% from 174); Green value is 128 (50.39% from 255 or 73.56% from 174); Blue value is 8 (3.52% from 255 or 4.60% from 174); Max value from RGB is 128 - color contains mainly: green. Hex color #268008 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #268008 is #D97FF7. Grayscale: #575757. Windows color (decimal): -14254072 or 557094. OLE color: 557094.

HSL color Cylindrical-coordinate representation of color #268008: hue angle of 105º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #268008 is Cyan = 0.70, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.50.

Color convert

RGB381288-
CMYK0.7000.940.50
HSL105º88.24%26.67%-
HSV(B)105º93.75%50.2%-
XYZ8.5615.872.84-
YUV87.4183.1892.76-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 21.84%
GREEN value IS 128 (50.39% from 255) = 73.56%
BLUE value IS 8 (3.52% from 255) = 4.60%
R=21.84%
G=73.56%
B=4.60%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal3812880.7000.940.5010588.2426.67
Hex268084605E3269581b
Octal462001010601366215113033
Binary1001101000000010001000110010111101100101101001101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #268008; }

 p { color: rgb(38,128,8); }

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

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

 a { background-color: rgb(38,128,8); }

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

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

 span { border-color: rgb(38,128,8); }

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