Html Css Color HEX #149213 Forest Green

📋 copy color: '#149213'

red 20 ◦ green 146 ◦ blue 19

#149213
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Forest Green #149213

Tints of Forest Green #149213

RGB

 RED value IS 20 (8.2% from 255) = 10.81%

 GREEN value IS 146 (57.42% from 255) = 78.92%

 BLUE value IS 19 (7.81% from 255) = 10.27%

R = 10.81%
G = 78.92%
B = 10.27%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.87

 K value IS 0.43

RGB Variations

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

Color information

#149213 (or 0x149213) is known color: Forest Green. HEX triplet: 14, 92 and 13. RGB value is (20,146,19). Sum of RGB (Red+Green+Blue) = 20+146+19=185 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.81% from 185); Green value is 146 (57.42% from 255 or 78.92% from 185); Blue value is 19 (7.81% from 255 or 10.27% from 185); Max value from RGB is 146 - color contains mainly: green. Hex color #149213 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #149213 is #EB6DEC. Grayscale: #5E5E5E. Windows color (decimal): -15429101 or 1282580. OLE color: 1282580.

HSL color Cylindrical-coordinate representation of color #149213: hue angle of 119.53º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #149213 is Cyan = 0.86, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.43.

Color convert

RGB 20 146 19 -
CMYK 0.86 0 0.87 0.43
HSL 119.53º 0.77% 0.32% -
HSV(B) 119.53º 0.87% 0.57% -
XYZ 10.68 20.75 4.06 -
YUV 93.85 85.76 75.33 -
System Red Green Blue C M Y K H S L
Decimal 20 146 19 0.86 0 0.87 0.43 119.53 0.77 0.32
Hex 14 92 13 56 0 57 2B 78 4D 20
Octal 24 222 23 126 0 127 53 170 115 40
Binary 10100 10010010 10011 1010110 0 1010111 101011 1111000 1001101 100000

Color Harmonies of #149213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149213

Black with #149213

Text Example


Text Example

White with #149213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149213; }

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

 H1.HeaderClassName
 {
   color: #149213;
 }
 .AnyTagClassName
 {
   color: #149213;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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