Html Css Color HEX #04852A Forest Green

📋 copy color: '#04852A'

red 4 ◦ green 133 ◦ blue 42

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

Shades of Forest Green #04852A

Tints of Forest Green #04852A

RGB

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

 GREEN value IS 133 (52.34% from 255) = 74.3%

 BLUE value IS 42 (16.8% from 255) = 23.46%

R = 2.23%
G = 74.3%
B = 23.46%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.68

 K value IS 0.48

RGB Variations

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

Color information

#04852A (or 0x04852A) is known color: Forest Green. HEX triplet: 04, 85 and 2A. RGB value is (4,133,42). Sum of RGB (Red+Green+Blue) = 4+133+42=179 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.23% from 179); Green value is 133 (52.34% from 255 or 74.30% from 179); Blue value is 42 (16.80% from 255 or 23.46% from 179); Max value from RGB is 133 - color contains mainly: green. Hex color #04852A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #04852A is #FB7AD5. Grayscale: #545454. Windows color (decimal): -16480982 or 2786564. OLE color: 2786564.

HSL color Cylindrical-coordinate representation of color #04852A: hue angle of 137.67º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04852A is Cyan = 0.97, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.48.

Color convert

RGB 4 133 42 -
CMYK 0.97 0 0.68 0.48
HSL 137.67º 0.94% 0.27% -
HSV(B) 137.67º 0.97% 0.52% -
XYZ 8.86 16.97 5 -
YUV 84.06 104.26 70.9 -
System Red Green Blue C M Y K H S L
Decimal 4 133 42 0.97 0 0.68 0.48 137.67 0.94 0.27
Hex 4 85 2A 61 0 44 30 8A 5E 1B
Octal 4 205 52 141 0 104 60 212 136 33
Binary 100 10000101 101010 1100001 0 1000100 110000 10001010 1011110 11011

Color Harmonies of #04852A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04852A

Black with #04852A

Text Example


Text Example

White with #04852A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04852A; }

 p { color: rgb(4,133,42); }

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

background-color css

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

 a { background-color: rgb(4,133,42); }

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

border-color css

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

 span { border-color: rgb(4,133,42); }

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