#237214

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

Shades of Forest Green #237214

Tints of Forest Green #237214

Color information

#237214 (or 0x237214) is unknown color: approx Forest Green. HEX triplet: 23, 72 and 14. RGB value is (35,114,20). Sum of RGB (Red+Green+Blue) = 35+114+20=169 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.71% from 169); Green value is 114 (44.92% from 255 or 67.46% from 169); Blue value is 20 (8.20% from 255 or 11.83% from 169); Max value from RGB is 114 - color contains mainly: green. Hex color #237214 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #237214 is #DC8DEB. Grayscale: #4F4F4F. Windows color (decimal): -14454252 or 1339939. OLE color: 1339939.

HSL color Cylindrical-coordinate representation of color #237214: hue angle of 110.43º 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 #237214 is Cyan = 0.69, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.55.

Color convert

RGB3511420-
CMYK0.6900.820.55
HSL110.43º70.15%26.27%-
HSV(B)110.43º82.46%44.71%-
XYZ6.8412.442.7-
YUV79.6694.3396.14-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 20.71%
GREEN value IS 114 (44.92% from 255) = 67.46%
BLUE value IS 20 (8.20% from 255) = 11.83%
R=20.71%
G=67.46%
B=11.83%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal35114200.6900.820.55110.4370.1526.27
Hex23721445052376e461a
Octal431622410501226715610632
Binary1000111110010101001000101010100101101111101110100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #237214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #237214; }

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

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

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

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

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

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

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

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