Html Css Color HEX #049129 Forest Green

📋 copy color: '#049129'

red 4 ◦ green 145 ◦ blue 41

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

Shades of Forest Green #049129

Tints of Forest Green #049129

RGB

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

 GREEN value IS 145 (57.03% from 255) = 76.32%

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

R = 2.11%
G = 76.32%
B = 21.58%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.72

 K value IS 0.43

RGB Variations

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

Color information

#049129 (or 0x049129) is known color: Forest Green. HEX triplet: 04, 91 and 29. RGB value is (4,145,41). Sum of RGB (Red+Green+Blue) = 4+145+41=190 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.11% from 190); Green value is 145 (57.03% from 255 or 76.32% from 190); Blue value is 41 (16.41% from 255 or 21.58% from 190); Max value from RGB is 145 - color contains mainly: green. Hex color #049129 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #049129 is #FB6ED6. Grayscale: #5B5B5B. Windows color (decimal): -16477911 or 2724100. OLE color: 2724100.

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

Color convert

RGB 4 145 41 -
CMYK 0.97 0 0.72 0.43
HSL 135.74º 0.95% 0.29% -
HSV(B) 135.74º 0.97% 0.57% -
XYZ 10.58 20.44 5.49 -
YUV 90.99 99.79 65.96 -
System Red Green Blue C M Y K H S L
Decimal 4 145 41 0.97 0 0.72 0.43 135.74 0.95 0.29
Hex 4 91 29 61 0 48 2B 88 5F 1D
Octal 4 221 51 141 0 110 53 210 137 35
Binary 100 10010001 101001 1100001 0 1001000 101011 10001000 1011111 11101

Color Harmonies of #049129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049129

Black with #049129

Text Example


Text Example

White with #049129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #049129; }

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

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

background-color css

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

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

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

border-color css

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

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

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