#267D0C

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

Shades of Forest Green #267D0C

Tints of Forest Green #267D0C

Color information

#267D0C (or 0x267D0C) is unknown color: approx Forest Green. HEX triplet: 26, 7D and 0C. RGB value is (38,125,12). Sum of RGB (Red+Green+Blue) = 38+125+12=175 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.71% from 175); Green value is 125 (49.22% from 255 or 71.43% from 175); Blue value is 12 (5.08% from 255 or 6.86% from 175); Max value from RGB is 125 - color contains mainly: green. Hex color #267D0C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #267D0C is #D982F3. Grayscale: #565656. Windows color (decimal): -14254836 or 818470. OLE color: 818470.

HSL color Cylindrical-coordinate representation of color #267D0C: hue angle of 106.19º degrees, saturation: 0.82, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #267D0C is Cyan = 0.70, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.51.

Color convert

RGB3812512-
CMYK0.7000.900.51
HSL106.19º82.48%26.86%-
HSV(B)106.19º90.4%49.02%-
XYZ8.215.112.83-
YUV86.186.1893.69-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 21.71%
GREEN value IS 125 (49.22% from 255) = 71.43%
BLUE value IS 12 (5.08% from 255) = 6.86%
R=21.71%
G=71.43%
B=6.86%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal38125120.7000.900.51106.1982.4826.86
Hex267DC4605A336a521b
Octal461751410601326315212233
Binary100110111110111001000110010110101100111101010101001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267D0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #267D0C; }

 p { color: rgb(38,125,12); }

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

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

 a { background-color: rgb(38,125,12); }

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

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

 span { border-color: rgb(38,125,12); }

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