#268C08

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

Shades of Forest Green #268C08

Tints of Forest Green #268C08

Color information

#268C08 (or 0x268C08) is unknown color: approx Forest Green. HEX triplet: 26, 8C and 08. RGB value is (38,140,8). Sum of RGB (Red+Green+Blue) = 38+140+8=186 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.43% from 186); Green value is 140 (55.08% from 255 or 75.27% from 186); Blue value is 8 (3.52% from 255 or 4.30% from 186); Max value from RGB is 140 - color contains mainly: green. Hex color #268C08 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #268C08 is #D973F7. Grayscale: #5E5E5E. Windows color (decimal): -14251000 or 560166. OLE color: 560166.

HSL color Cylindrical-coordinate representation of color #268C08: hue angle of 106.36º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #268C08 is Cyan = 0.73, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.45.

Color convert

RGB381408-
CMYK0.7300.940.45
HSL106.36º89.19%29.02%-
HSV(B)106.36º94.29%54.9%-
XYZ10.2219.193.39-
YUV94.4579.2187.73-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 20.43%
GREEN value IS 140 (55.08% from 255) = 75.27%
BLUE value IS 8 (3.52% from 255) = 4.30%
R=20.43%
G=75.27%
B=4.30%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal3814080.7300.940.45106.3689.1929.02
Hex268C84905E2D6a591d
Octal462141011101365515213135
Binary1001101000110010001001001010111101011011101010101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268C08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #268C08; }

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

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

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

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

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

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

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

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