Html Css Color HEX #05852E Dark Spring Green

📋 copy color: '#05852E'

red 5 ◦ green 133 ◦ blue 46

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

Shades of Dark Spring Green #05852E

Tints of Dark Spring Green #05852E

RGB

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

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

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

R = 2.72%
G = 72.28%
B = 25%

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

#05852E (or 0x05852E) is known color: Dark Spring Green. HEX triplet: 05, 85 and 2E. RGB value is (5,133,46). Sum of RGB (Red+Green+Blue) = 5+133+46=184 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.72% from 184); Green value is 133 (52.34% from 255 or 72.28% from 184); Blue value is 46 (18.36% from 255 or 25% from 184); Max value from RGB is 133 - color contains mainly: green. Hex color #05852E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05852E is #FA7AD1. Grayscale: #555555. Windows color (decimal): -16415442 or 3048709. OLE color: 3048709.

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

Color convert

RGB 5 133 46 -
CMYK 0.96 0 0.65 0.48
HSL 139.22º 0.93% 0.27% -
HSV(B) 139.22º 0.96% 0.52% -
XYZ 8.94 17 5.4 -
YUV 84.81 106.09 71.07 -
System Red Green Blue C M Y K H S L
Decimal 5 133 46 0.96 0 0.65 0.48 139.22 0.93 0.27
Hex 5 85 2E 60 0 41 30 8B 5D 1B
Octal 5 205 56 140 0 101 60 213 135 33
Binary 101 10000101 101110 1100000 0 1000001 110000 10001011 1011101 11011

Color Harmonies of #05852E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05852E

Black with #05852E

Text Example


Text Example

White with #05852E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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