#267E0C

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

Shades of Forest Green #267E0C

Tints of Forest Green #267E0C

Color information

#267E0C (or 0x267E0C) is unknown color: approx Forest Green. HEX triplet: 26, 7E and 0C. RGB value is (38,126,12). Sum of RGB (Red+Green+Blue) = 38+126+12=176 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.59% from 176); Green value is 126 (49.61% from 255 or 71.59% from 176); Blue value is 12 (5.08% from 255 or 6.82% from 176); Max value from RGB is 126 - color contains mainly: green. Hex color #267E0C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #267E0C is #D981F3. Grayscale: #575757. Windows color (decimal): -14254580 or 818726. OLE color: 818726.

HSL color Cylindrical-coordinate representation of color #267E0C: hue angle of 106.32º degrees, saturation: 0.83, 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 #267E0C is Cyan = 0.70, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.51.

Color convert

RGB3812612-
CMYK0.7000.900.51
HSL106.32º82.61%27.06%-
HSV(B)106.32º90.48%49.41%-
XYZ8.3315.362.87-
YUV86.6985.8593.27-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 21.59%
GREEN value IS 126 (49.61% from 255) = 71.59%
BLUE value IS 12 (5.08% from 255) = 6.82%
R=21.59%
G=71.59%
B=6.82%

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
Decimal38126120.7000.900.51106.3282.6127.06
Hex267EC4605A336a531b
Octal461761410601326315212333
Binary100110111111011001000110010110101100111101010101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267E0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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