Html Css Color HEX #04882D Dark Spring Green

📋 copy color: '#04882D'

red 4 ◦ green 136 ◦ blue 45

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

Shades of Dark Spring Green #04882D

Tints of Dark Spring Green #04882D

RGB

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

 GREEN value IS 136 (53.52% from 255) = 73.51%

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

R = 2.16%
G = 73.51%
B = 24.32%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.67

 K value IS 0.47

RGB Variations

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

Color information

#04882D (or 0x04882D) is known color: Dark Spring Green. HEX triplet: 04, 88 and 2D. RGB value is (4,136,45). Sum of RGB (Red+Green+Blue) = 4+136+45=185 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.16% from 185); Green value is 136 (53.52% from 255 or 73.51% from 185); Blue value is 45 (17.97% from 255 or 24.32% from 185); Max value from RGB is 136 - color contains mainly: green. Hex color #04882D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #04882D is #FB77D2. Grayscale: #565656. Windows color (decimal): -16480211 or 2983940. OLE color: 2983940.

HSL color Cylindrical-coordinate representation of color #04882D: hue angle of 138.64º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04882D is Cyan = 0.97, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.47.

Color convert

RGB 4 136 45 -
CMYK 0.97 0 0.67 0.47
HSL 138.64º 0.94% 0.27% -
HSV(B) 138.64º 0.97% 0.53% -
XYZ 9.33 17.82 5.43 -
YUV 86.16 104.77 69.4 -
System Red Green Blue C M Y K H S L
Decimal 4 136 45 0.97 0 0.67 0.47 138.64 0.94 0.27
Hex 4 88 2D 61 0 43 2F 8B 5E 1B
Octal 4 210 55 141 0 103 57 213 136 33
Binary 100 10001000 101101 1100001 0 1000011 101111 10001011 1011110 11011

Color Harmonies of #04882D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04882D

Black with #04882D

Text Example


Text Example

White with #04882D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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