Html Css Color HEX #149529 Forest Green

📋 copy color: '#149529'

red 20 ◦ green 149 ◦ blue 41

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

Shades of Forest Green #149529

Tints of Forest Green #149529

RGB

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

 GREEN value IS 149 (58.59% from 255) = 70.95%

 BLUE value IS 41 (16.41% from 255) = 19.52%

R = 9.52%
G = 70.95%
B = 19.52%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.72

 K value IS 0.42

RGB Variations

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

Color information

#149529 (or 0x149529) is known color: Forest Green. HEX triplet: 14, 95 and 29. RGB value is (20,149,41). Sum of RGB (Red+Green+Blue) = 20+149+41=210 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.52% from 210); Green value is 149 (58.59% from 255 or 70.95% from 210); Blue value is 41 (16.41% from 255 or 19.52% from 210); Max value from RGB is 149 - color contains mainly: green. Hex color #149529 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #149529 is #EB6AD6. Grayscale: #626262. Windows color (decimal): -15428311 or 2725140. OLE color: 2725140.

HSL color Cylindrical-coordinate representation of color #149529: hue angle of 129.77º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #149529 is Cyan = 0.87, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.42.

Color convert

RGB 20 149 41 -
CMYK 0.87 0 0.72 0.42
HSL 129.77º 0.76% 0.33% -
HSV(B) 129.77º 0.87% 0.58% -
XYZ 11.44 21.8 5.7 -
YUV 98.12 95.76 72.28 -
System Red Green Blue C M Y K H S L
Decimal 20 149 41 0.87 0 0.72 0.42 129.77 0.76 0.33
Hex 14 95 29 57 0 48 2A 82 4C 21
Octal 24 225 51 127 0 110 52 202 114 41
Binary 10100 10010101 101001 1010111 0 1001000 101010 10000010 1001100 100001

Color Harmonies of #149529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149529

Black with #149529

Text Example


Text Example

White with #149529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149529; }

 p { color: rgb(20,149,41); }

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

background-color css

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

 a { background-color: rgb(20,149,41); }

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

border-color css

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

 span { border-color: rgb(20,149,41); }

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