Html Css Color HEX #05852D Dark Spring Green

📋 copy color: '#05852D'

red 5 ◦ green 133 ◦ blue 45

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

Shades of Dark Spring Green #05852D

Tints of Dark Spring Green #05852D

RGB

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

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

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

R = 2.73%
G = 72.68%
B = 24.59%

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

#05852D (or 0x05852D) is known color: Dark Spring Green. HEX triplet: 05, 85 and 2D. RGB value is (5,133,45). Sum of RGB (Red+Green+Blue) = 5+133+45=183 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.73% from 183); Green value is 133 (52.34% from 255 or 72.68% from 183); Blue value is 45 (17.97% from 255 or 24.59% from 183); Max value from RGB is 133 - color contains mainly: green. Hex color #05852D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05852D is #FA7AD2. Grayscale: #545454. Windows color (decimal): -16415443 or 2983173. OLE color: 2983173.

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

Color convert

RGB 5 133 45 -
CMYK 0.96 0 0.66 0.48
HSL 138.75º 0.93% 0.27% -
HSV(B) 138.75º 0.96% 0.52% -
XYZ 8.92 17 5.29 -
YUV 84.7 105.59 71.16 -
System Red Green Blue C M Y K H S L
Decimal 5 133 45 0.96 0 0.66 0.48 138.75 0.93 0.27
Hex 5 85 2D 60 0 42 30 8B 5D 1B
Octal 5 205 55 140 0 102 60 213 135 33
Binary 101 10000101 101101 1100000 0 1000010 110000 10001011 1011101 11011

Color Harmonies of #05852D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05852D

Black with #05852D

Text Example


Text Example

White with #05852D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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