#138214

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

Shades of Forest Green #138214

Tints of Forest Green #138214

Color information

#138214 (or 0x138214) is unknown color: approx Forest Green. HEX triplet: 13, 82 and 14. RGB value is (19,130,20). Sum of RGB (Red+Green+Blue) = 19+130+20=169 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.24% from 169); Green value is 130 (51.17% from 255 or 76.92% from 169); Blue value is 20 (8.20% from 255 or 11.83% from 169); Max value from RGB is 130 - color contains mainly: green. Hex color #138214 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #138214 is #EC7DEB. Grayscale: #545454. Windows color (decimal): -15498732 or 1344019. OLE color: 1344019.

HSL color Cylindrical-coordinate representation of color #138214: hue angle of 120.54º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #138214 is Cyan = 0.85, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.49.

Color convert

RGB1913020-
CMYK0.8500.850.49
HSL120.54º74.5%29.22%-
HSV(B)120.54º85.38%50.98%-
XYZ8.3816.153.34-
YUV84.2791.7381.44-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.24%
GREEN value IS 130 (51.17% from 255) = 76.92%
BLUE value IS 20 (8.20% from 255) = 11.83%
R=11.24%
G=76.92%
B=11.83%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal19130200.8500.850.49120.5474.529.22
Hex1382145505531794a1d
Octal232022412501256117111235
Binary1001110000010101001010101010101011100011111001100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #138214; }

 p { color: rgb(19,130,20); }

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

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

 a { background-color: rgb(19,130,20); }

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

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

 span { border-color: rgb(19,130,20); }

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