#268B12

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

Shades of Forest Green #268B12

Tints of Forest Green #268B12

Color information

#268B12 (or 0x268B12) is unknown color: approx Forest Green. HEX triplet: 26, 8B and 12. RGB value is (38,139,18). Sum of RGB (Red+Green+Blue) = 38+139+18=195 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.49% from 195); Green value is 139 (54.69% from 255 or 71.28% from 195); Blue value is 18 (7.42% from 255 or 9.23% from 195); Max value from RGB is 139 - color contains mainly: green. Hex color #268B12 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #268B12 is #D974ED. Grayscale: #5F5F5F. Windows color (decimal): -14251246 or 1215270. OLE color: 1215270.

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

Color convert

RGB3813918-
CMYK0.7300.870.45
HSL110.08º77.07%30.78%-
HSV(B)110.08º87.05%54.51%-
XYZ10.1418.923.69-
YUV95.0184.5487.34-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19.49%
GREEN value IS 139 (54.69% from 255) = 71.28%
BLUE value IS 18 (7.42% from 255) = 9.23%
R=19.49%
G=71.28%
B=9.23%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal38139180.7300.870.45110.0877.0730.78
Hex268B12490572D6e4d1f
Octal462132211101275515611537
Binary10011010001011100101001001010101111011011101110100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,139,18); }

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

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

 a { background-color: rgb(38,139,18); }

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

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

 span { border-color: rgb(38,139,18); }

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