Html Css Color HEX #04852E Dark Spring Green

📋 copy color: '#04852E'

red 4 ◦ green 133 ◦ blue 46

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

Shades of Dark Spring Green #04852E

Tints of Dark Spring Green #04852E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 25.14%

R = 2.19%
G = 72.68%
B = 25.14%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.65

 K value IS 0.48

RGB Variations

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

Color information

#04852E (or 0x04852E) is known color: Dark Spring Green. HEX triplet: 04, 85 and 2E. RGB value is (4,133,46). Sum of RGB (Red+Green+Blue) = 4+133+46=183 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.19% from 183); Green value is 133 (52.34% from 255 or 72.68% from 183); Blue value is 46 (18.36% from 255 or 25.14% from 183); Max value from RGB is 133 - color contains mainly: green. Hex color #04852E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #04852E is #FB7AD1. Grayscale: #545454. Windows color (decimal): -16480978 or 3048708. OLE color: 3048708.

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

Color convert

RGB 4 133 46 -
CMYK 0.97 0 0.65 0.48
HSL 139.53º 0.94% 0.27% -
HSV(B) 139.53º 0.97% 0.52% -
XYZ 8.93 17 5.4 -
YUV 84.51 106.26 70.57 -
System Red Green Blue C M Y K H S L
Decimal 4 133 46 0.97 0 0.65 0.48 139.53 0.94 0.27
Hex 4 85 2E 61 0 41 30 8C 5E 1B
Octal 4 205 56 141 0 101 60 214 136 33
Binary 100 10000101 101110 1100001 0 1000001 110000 10001100 1011110 11011

Color Harmonies of #04852E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04852E

Black with #04852E

Text Example


Text Example

White with #04852E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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