#268812

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

Shades of Forest Green #268812

Tints of Forest Green #268812

Color information

#268812 (or 0x268812) is unknown color: approx Forest Green. HEX triplet: 26, 88 and 12. RGB value is (38,136,18). Sum of RGB (Red+Green+Blue) = 38+136+18=192 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.79% from 192); Green value is 136 (53.52% from 255 or 70.83% from 192); Blue value is 18 (7.42% from 255 or 9.38% from 192); Max value from RGB is 136 - color contains mainly: green. Hex color #268812 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #268812 is #D977ED. Grayscale: #5D5D5D. Windows color (decimal): -14252014 or 1214502. OLE color: 1214502.

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

Color convert

RGB3813618-
CMYK0.7200.870.47
HSL109.83º76.62%30.2%-
HSV(B)109.83º86.76%53.33%-
XYZ9.7118.063.55-
YUV93.2585.5388.59-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19.79%
GREEN value IS 136 (53.52% from 255) = 70.83%
BLUE value IS 18 (7.42% from 255) = 9.38%
R=19.79%
G=70.83%
B=9.38%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal38136180.7200.870.47109.8376.6230.2
Hex268812480572F6e4d1e
Octal462102211001275715611536
Binary10011010001000100101001000010101111011111101110100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #268812; }

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

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

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

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

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

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

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

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