Html Css Color HEX #05842D Dark Spring Green

📋 copy color: '#05842D'

red 5 ◦ green 132 ◦ blue 45

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

Shades of Dark Spring Green #05842D

Tints of Dark Spring Green #05842D

RGB

 RED value IS 5 (2.34% from 255) = 2.75%

 GREEN value IS 132 (51.95% from 255) = 72.53%

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

R = 2.75%
G = 72.53%
B = 24.73%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.66

 K value IS 0.48

RGB Variations

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

Color information

#05842D (or 0x05842D) is known color: Dark Spring Green. HEX triplet: 05, 84 and 2D. RGB value is (5,132,45). Sum of RGB (Red+Green+Blue) = 5+132+45=182 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.75% from 182); Green value is 132 (51.95% from 255 or 72.53% from 182); Blue value is 45 (17.97% from 255 or 24.73% from 182); Max value from RGB is 132 - color contains mainly: green. Hex color #05842D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05842D is #FA7BD2. Grayscale: #545454. Windows color (decimal): -16415699 or 2982917. OLE color: 2982917.

HSL color Cylindrical-coordinate representation of color #05842D: hue angle of 138.9º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05842D is Cyan = 0.96, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.48.

Color convert

RGB 5 132 45 -
CMYK 0.96 0 0.66 0.48
HSL 138.9º 0.93% 0.27% -
HSV(B) 138.9º 0.96% 0.52% -
XYZ 8.79 16.72 5.25 -
YUV 84.11 105.92 71.57 -
System Red Green Blue C M Y K H S L
Decimal 5 132 45 0.96 0 0.66 0.48 138.9 0.93 0.27
Hex 5 84 2D 60 0 42 30 8B 5D 1B
Octal 5 204 55 140 0 102 60 213 135 33
Binary 101 10000100 101101 1100000 0 1000010 110000 10001011 1011101 11011

Color Harmonies of #05842D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05842D

Black with #05842D

Text Example


Text Example

White with #05842D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,132,45); }

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

background-color css

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

 a { background-color: rgb(5,132,45); }

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

border-color css

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

 span { border-color: rgb(5,132,45); }

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