Html Css Color HEX #149721 Forest Green

📋 copy color: '#149721'

red 20 ◦ green 151 ◦ blue 33

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

Shades of Forest Green #149721

Tints of Forest Green #149721

RGB

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

 GREEN value IS 151 (59.38% from 255) = 74.02%

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

R = 9.8%
G = 74.02%
B = 16.18%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.78

 K value IS 0.41

RGB Variations

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

Color information

#149721 (or 0x149721) is known color: Forest Green. HEX triplet: 14, 97 and 21. RGB value is (20,151,33). Sum of RGB (Red+Green+Blue) = 20+151+33=204 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.80% from 204); Green value is 151 (59.38% from 255 or 74.02% from 204); Blue value is 33 (13.28% from 255 or 16.18% from 204); Max value from RGB is 151 - color contains mainly: green. Hex color #149721 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #149721 is #EB68DE. Grayscale: #626262. Windows color (decimal): -15427807 or 2201364. OLE color: 2201364.

HSL color Cylindrical-coordinate representation of color #149721: hue angle of 125.95º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #149721 is Cyan = 0.87, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.41.

Color convert

RGB 20 151 33 -
CMYK 0.87 0 0.78 0.41
HSL 125.95º 0.77% 0.34% -
HSV(B) 125.95º 0.87% 0.59% -
XYZ 11.63 22.39 5.15 -
YUV 98.38 91.1 72.09 -
System Red Green Blue C M Y K H S L
Decimal 20 151 33 0.87 0 0.78 0.41 125.95 0.77 0.34
Hex 14 97 21 57 0 4E 29 7E 4D 22
Octal 24 227 41 127 0 116 51 176 115 42
Binary 10100 10010111 100001 1010111 0 1001110 101001 1111110 1001101 100010

Color Harmonies of #149721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149721

Black with #149721

Text Example


Text Example

White with #149721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149721; }

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

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

background-color css

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

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

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

border-color css

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

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

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