#267512

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

Shades of Forest Green #267512

Tints of Forest Green #267512

Color information

#267512 (or 0x267512) is unknown color: approx Forest Green. HEX triplet: 26, 75 and 12. RGB value is (38,117,18). Sum of RGB (Red+Green+Blue) = 38+117+18=173 (22% of max value = 765). Red value is 38 (15.23% from 255 or 21.97% from 173); Green value is 117 (46.09% from 255 or 67.63% from 173); Blue value is 18 (7.42% from 255 or 10.40% from 173); Max value from RGB is 117 - color contains mainly: green. Hex color #267512 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #267512 is #D98AED. Grayscale: #525252. Windows color (decimal): -14256878 or 1209638. OLE color: 1209638.

HSL color Cylindrical-coordinate representation of color #267512: hue angle of 107.88º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #267512 is Cyan = 0.68, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.54.

Color convert

RGB3811718-
CMYK0.6800.850.54
HSL107.88º73.33%26.47%-
HSV(B)107.88º84.62%45.88%-
XYZ7.2713.182.73-
YUV82.0991.8396.55-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 21.97%
GREEN value IS 117 (46.09% from 255) = 67.63%
BLUE value IS 18 (7.42% from 255) = 10.40%
R=21.97%
G=67.63%
B=10.40%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal38117180.6800.850.54107.8873.3326.47
Hex26751244055366c491a
Octal461652210401256615411132
Binary1001101110101100101000100010101011101101101100100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #267512; }

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

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

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

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

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

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

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

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