#267B1C

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

Shades of Forest Green #267B1C

Tints of Forest Green #267B1C

Color information

#267B1C (or 0x267B1C) is unknown color: approx Forest Green. HEX triplet: 26, 7B and 1C. RGB value is (38,123,28). Sum of RGB (Red+Green+Blue) = 38+123+28=189 (25% of max value = 765). Red value is 38 (15.23% from 255 or 20.11% from 189); Green value is 123 (48.44% from 255 or 65.08% from 189); Blue value is 28 (11.33% from 255 or 14.81% from 189); Max value from RGB is 123 - color contains mainly: green. Hex color #267B1C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #267B1C is #D984E3. Grayscale: #575757. Windows color (decimal): -14255332 or 1866534. OLE color: 1866534.

HSL color Cylindrical-coordinate representation of color #267B1C: hue angle of 113.68º degrees, saturation: 0.63, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #267B1C is Cyan = 0.69, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.52.

Color convert

RGB3812328-
CMYK0.6900.770.52
HSL113.68º62.91%29.61%-
HSV(B)113.68º77.24%48.24%-
XYZ8.0914.663.5-
YUV86.7694.8493.22-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 20.11%
GREEN value IS 123 (48.44% from 255) = 65.08%
BLUE value IS 28 (11.33% from 255) = 14.81%
R=20.11%
G=65.08%
B=14.81%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal38123280.6900.770.52113.6862.9129.61
Hex267B1C4504D34723f1e
Octal46173341050115641627736
Binary100110111101111100100010101001101110100111001011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,123,28); }

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

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

 a { background-color: rgb(38,123,28); }

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

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

 span { border-color: rgb(38,123,28); }

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