Html Css Color HEX #049529 Forest Green

📋 copy color: '#049529'

red 4 ◦ green 149 ◦ blue 41

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

Shades of Forest Green #049529

Tints of Forest Green #049529

RGB

 RED value IS 4 (1.95% from 255) = 2.06%

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

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

R = 2.06%
G = 76.8%
B = 21.13%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.72

 K value IS 0.42

RGB Variations

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

Color information

#049529 (or 0x049529) is known color: Forest Green. HEX triplet: 04, 95 and 29. RGB value is (4,149,41). Sum of RGB (Red+Green+Blue) = 4+149+41=194 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.06% from 194); Green value is 149 (58.59% from 255 or 76.80% from 194); Blue value is 41 (16.41% from 255 or 21.13% from 194); Max value from RGB is 149 - color contains mainly: green. Hex color #049529 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #049529 is #FB6AD6. Grayscale: #5D5D5D. Windows color (decimal): -16476887 or 2725124. OLE color: 2725124.

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

Color convert

RGB 4 149 41 -
CMYK 0.97 0 0.72 0.42
HSL 135.31º 0.95% 0.3% -
HSV(B) 135.31º 0.97% 0.58% -
XYZ 11.2 21.68 5.69 -
YUV 93.33 98.46 64.28 -
System Red Green Blue C M Y K H S L
Decimal 4 149 41 0.97 0 0.72 0.42 135.31 0.95 0.3
Hex 4 95 29 61 0 48 2A 87 5F 1E
Octal 4 225 51 141 0 110 52 207 137 36
Binary 100 10010101 101001 1100001 0 1001000 101010 10000111 1011111 11110

Color Harmonies of #049529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049529

Black with #049529

Text Example


Text Example

White with #049529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #049529; }

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

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

background-color css

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

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

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

border-color css

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

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

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