Html Css Color HEX #149D21 Forest Green

📋 copy color: '#149D21'

red 20 ◦ green 157 ◦ blue 33

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

Shades of Forest Green #149D21

Tints of Forest Green #149D21

RGB

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

 GREEN value IS 157 (61.72% from 255) = 74.76%

 BLUE value IS 33 (13.28% from 255) = 15.71%

R = 9.52%
G = 74.76%
B = 15.71%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.79

 K value IS 0.38

RGB Variations

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

Color information

#149D21 (or 0x149D21) is known color: Forest Green. HEX triplet: 14, 9D and 21. RGB value is (20,157,33). Sum of RGB (Red+Green+Blue) = 20+157+33=210 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.52% from 210); Green value is 157 (61.72% from 255 or 74.76% from 210); Blue value is 33 (13.28% from 255 or 15.71% from 210); Max value from RGB is 157 - color contains mainly: green. Hex color #149D21 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #149D21 is #EB62DE. Grayscale: #666666. Windows color (decimal): -15426271 or 2202900. OLE color: 2202900.

HSL color Cylindrical-coordinate representation of color #149D21: hue angle of 125.69º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #149D21 is Cyan = 0.87, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.38.

Color convert

RGB 20 157 33 -
CMYK 0.87 0 0.79 0.38
HSL 125.69º 0.77% 0.35% -
HSV(B) 125.69º 0.87% 0.62% -
XYZ 12.62 24.37 5.48 -
YUV 101.9 89.11 69.58 -
System Red Green Blue C M Y K H S L
Decimal 20 157 33 0.87 0 0.79 0.38 125.69 0.77 0.35
Hex 14 9D 21 57 0 4F 26 7E 4D 23
Octal 24 235 41 127 0 117 46 176 115 43
Binary 10100 10011101 100001 1010111 0 1001111 100110 1111110 1001101 100011

Color Harmonies of #149D21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149D21

Black with #149D21

Text Example


Text Example

White with #149D21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149D21; }

 p { color: rgb(20,157,33); }

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

background-color css

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

 a { background-color: rgb(20,157,33); }

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

border-color css

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

 span { border-color: rgb(20,157,33); }

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