Html Css Color HEX #05852F Dark Spring Green

📋 copy color: '#05852F'

red 5 ◦ green 133 ◦ blue 47

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

Shades of Dark Spring Green #05852F

Tints of Dark Spring Green #05852F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 25.41%

R = 2.7%
G = 71.89%
B = 25.41%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.65

 K value IS 0.48

RGB Variations

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

Color information

#05852F (or 0x05852F) is known color: Dark Spring Green. HEX triplet: 05, 85 and 2F. RGB value is (5,133,47). Sum of RGB (Red+Green+Blue) = 5+133+47=185 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.70% from 185); Green value is 133 (52.34% from 255 or 71.89% from 185); Blue value is 47 (18.75% from 255 or 25.41% from 185); Max value from RGB is 133 - color contains mainly: green. Hex color #05852F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05852F is #FA7AD0. Grayscale: #555555. Windows color (decimal): -16415441 or 3114245. OLE color: 3114245.

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

Color convert

RGB 5 133 47 -
CMYK 0.96 0 0.65 0.48
HSL 139.69º 0.93% 0.27% -
HSV(B) 139.69º 0.96% 0.52% -
XYZ 8.96 17.01 5.5 -
YUV 84.92 106.59 70.99 -
System Red Green Blue C M Y K H S L
Decimal 5 133 47 0.96 0 0.65 0.48 139.69 0.93 0.27
Hex 5 85 2F 60 0 41 30 8C 5D 1B
Octal 5 205 57 140 0 101 60 214 135 33
Binary 101 10000101 101111 1100000 0 1000001 110000 10001100 1011101 11011

Color Harmonies of #05852F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05852F

Black with #05852F

Text Example


Text Example

White with #05852F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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