#267214

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

Shades of Forest Green #267214

Tints of Forest Green #267214

Color information

#267214 (or 0x267214) is unknown color: approx Forest Green. HEX triplet: 26, 72 and 14. RGB value is (38,114,20). Sum of RGB (Red+Green+Blue) = 38+114+20=172 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.09% from 172); Green value is 114 (44.92% from 255 or 66.28% from 172); Blue value is 20 (8.20% from 255 or 11.63% from 172); Max value from RGB is 114 - color contains mainly: green. Hex color #267214 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #267214 is #D98DEB. Grayscale: #505050. Windows color (decimal): -14257644 or 1339942. OLE color: 1339942.

HSL color Cylindrical-coordinate representation of color #267214: hue angle of 108.51º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #267214 is Cyan = 0.67, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.55.

Color convert

RGB3811420-
CMYK0.6700.820.55
HSL108.51º70.15%26.27%-
HSV(B)108.51º82.46%44.71%-
XYZ6.9412.52.71-
YUV80.5693.8297.64-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 22.09%
GREEN value IS 114 (44.92% from 255) = 66.28%
BLUE value IS 20 (8.20% from 255) = 11.63%
R=22.09%
G=66.28%
B=11.63%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal38114200.6700.820.55108.5170.1526.27
Hex26721443052376d461a
Octal461622410301226715510632
Binary1001101110010101001000011010100101101111101101100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #267214; }

 p { color: rgb(38,114,20); }

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

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

 a { background-color: rgb(38,114,20); }

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

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

 span { border-color: rgb(38,114,20); }

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