Html Css Color HEX #04852D Dark Spring Green

📋 copy color: '#04852D'

red 4 ◦ green 133 ◦ blue 45

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

Shades of Dark Spring Green #04852D

Tints of Dark Spring Green #04852D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 24.73%

R = 2.2%
G = 73.08%
B = 24.73%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.66

 K value IS 0.48

RGB Variations

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

Color information

#04852D (or 0x04852D) is known color: Dark Spring Green. HEX triplet: 04, 85 and 2D. RGB value is (4,133,45). Sum of RGB (Red+Green+Blue) = 4+133+45=182 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.20% from 182); Green value is 133 (52.34% from 255 or 73.08% from 182); Blue value is 45 (17.97% from 255 or 24.73% from 182); Max value from RGB is 133 - color contains mainly: green. Hex color #04852D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #04852D is #FB7AD2. Grayscale: #545454. Windows color (decimal): -16480979 or 2983172. OLE color: 2983172.

HSL color Cylindrical-coordinate representation of color #04852D: hue angle of 139.07º 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 #04852D is Cyan = 0.97, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.48.

Color convert

RGB 4 133 45 -
CMYK 0.97 0 0.66 0.48
HSL 139.07º 0.94% 0.27% -
HSV(B) 139.07º 0.97% 0.52% -
XYZ 8.91 16.99 5.29 -
YUV 84.4 105.76 70.66 -
System Red Green Blue C M Y K H S L
Decimal 4 133 45 0.97 0 0.66 0.48 139.07 0.94 0.27
Hex 4 85 2D 61 0 42 30 8B 5E 1B
Octal 4 205 55 141 0 102 60 213 136 33
Binary 100 10000101 101101 1100001 0 1000010 110000 10001011 1011110 11011

Color Harmonies of #04852D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04852D

Black with #04852D

Text Example


Text Example

White with #04852D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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