#04852C

Color #04852C Dark Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Spring Green #04852C

Tints of Dark Spring Green #04852C

Color information

#04852C (or 0x04852C) is unknown color: approx Dark Spring Green. HEX triplet: 04, 85 and 2C. RGB value is (4,133,44). Sum of RGB (Red+Green+Blue) = 4+133+44=181 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.21% from 181); Green value is 133 (52.34% from 255 or 73.48% from 181); Blue value is 44 (17.58% from 255 or 24.31% from 181); Max value from RGB is 133 - color contains mainly: green. Hex color #04852C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #04852C is #FB7AD3. Grayscale: #545454. Windows color (decimal): -16480980 or 2917636. OLE color: 2917636.

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

Color convert

RGB413344-
CMYK0.9700.670.48
HSL138.6º94.16%26.86%-
HSV(B)138.6º96.99%52.16%-
XYZ8.8916.985.19-
YUV84.28105.2670.74-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.21%
GREEN value IS 133 (52.34% from 255) = 73.48%
BLUE value IS 44 (17.58% from 255) = 24.31%
R=2.21%
G=73.48%
B=24.31%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal4133440.9700.670.48138.694.1626.86
Hex4852C61043308b5e1b
Octal42055414101036021313633
Binary1001000010110110011000010100001111000010001011101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04852C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #04852C;
 }
 .AnyTagClassName
 {
   color: #04852C;
 }
</style>
background-color css

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

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

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

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

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

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