Html Css Color HEX #04952C Forest Green

📋 copy color: '#04952C'

red 4 ◦ green 149 ◦ blue 44

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

Shades of Forest Green #04952C

Tints of Forest Green #04952C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 22.34%

R = 2.03%
G = 75.63%
B = 22.34%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.70

 K value IS 0.42

RGB Variations

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

Color information

#04952C (or 0x04952C) is known color: Forest Green. HEX triplet: 04, 95 and 2C. RGB value is (4,149,44). Sum of RGB (Red+Green+Blue) = 4+149+44=197 (26% of max value = 765). Red value is 4 (1.95% from 255 or 2.03% from 197); Green value is 149 (58.59% from 255 or 75.63% from 197); Blue value is 44 (17.58% from 255 or 22.34% from 197); Max value from RGB is 149 - color contains mainly: green. Hex color #04952C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #04952C is #FB6AD3. Grayscale: #5D5D5D. Windows color (decimal): -16476884 or 2921732. OLE color: 2921732.

HSL color Cylindrical-coordinate representation of color #04952C: hue angle of 136.55º 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 #04952C is Cyan = 0.97, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB 4 149 44 -
CMYK 0.97 0 0.70 0.42
HSL 136.55º 0.95% 0.3% -
HSV(B) 136.55º 0.97% 0.58% -
XYZ 11.25 21.7 5.98 -
YUV 93.68 99.96 64.04 -
System Red Green Blue C M Y K H S L
Decimal 4 149 44 0.97 0 0.70 0.42 136.55 0.95 0.3
Hex 4 95 2C 61 0 46 2A 89 5F 1E
Octal 4 225 54 141 0 106 52 211 137 36
Binary 100 10010101 101100 1100001 0 1000110 101010 10001001 1011111 11110

Color Harmonies of #04952C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04952C

Black with #04952C

Text Example


Text Example

White with #04952C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04952C; }

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

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

background-color css

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

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

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

border-color css

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

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

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