#268912

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

Shades of Forest Green #268912

Tints of Forest Green #268912

Color information

#268912 (or 0x268912) is unknown color: approx Forest Green. HEX triplet: 26, 89 and 12. RGB value is (38,137,18). Sum of RGB (Red+Green+Blue) = 38+137+18=193 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.69% from 193); Green value is 137 (53.91% from 255 or 70.98% from 193); Blue value is 18 (7.42% from 255 or 9.33% from 193); Max value from RGB is 137 - color contains mainly: green. Hex color #268912 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #268912 is #D976ED. Grayscale: #5E5E5E. Windows color (decimal): -14251758 or 1214758. OLE color: 1214758.

HSL color Cylindrical-coordinate representation of color #268912: hue angle of 109.92º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #268912 is Cyan = 0.72, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.46.

Color convert

RGB3813718-
CMYK0.7200.870.46
HSL109.92º76.77%30.39%-
HSV(B)109.92º86.86%53.73%-
XYZ9.8518.353.59-
YUV93.8385.288.18-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19.69%
GREEN value IS 137 (53.91% from 255) = 70.98%
BLUE value IS 18 (7.42% from 255) = 9.33%
R=19.69%
G=70.98%
B=9.33%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal38137180.7200.870.46109.9276.7730.39
Hex268912480572E6e4d1e
Octal462112211001275615611536
Binary10011010001001100101001000010101111011101101110100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #268912; }

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

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

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

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

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

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

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

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