#05822E

Color #05822E Dark Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Spring Green #05822E

Tints of Dark Spring Green #05822E

Color information

#05822E (or 0x05822E) is unknown color: approx Dark Spring Green. HEX triplet: 05, 82 and 2E. RGB value is (5,130,46). Sum of RGB (Red+Green+Blue) = 5+130+46=181 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.76% from 181); Green value is 130 (51.17% from 255 or 71.82% from 181); Blue value is 46 (18.36% from 255 or 25.41% from 181); Max value from RGB is 130 - color contains mainly: green. Hex color #05822E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05822E is #FA7DD1. Grayscale: #535353. Windows color (decimal): -16416210 or 3047941. OLE color: 3047941.

HSL color Cylindrical-coordinate representation of color #05822E: hue angle of 139.68º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05822E is Cyan = 0.96, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.49.

Color convert

RGB513046-
CMYK0.9600.650.49
HSL139.68º92.59%26.47%-
HSV(B)139.68º96.15%50.98%-
XYZ8.5416.195.26-
YUV83.05107.0972.33-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.76%
GREEN value IS 130 (51.17% from 255) = 71.82%
BLUE value IS 46 (18.36% from 255) = 25.41%
R=2.76%
G=71.82%
B=25.41%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal5130460.9600.650.49139.6892.5926.47
Hex5822E60041318c5d1a
Octal52025614001016121413532
Binary1011000001010111011000000100000111000110001100101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05822E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #05822E;
 }
 .AnyTagClassName
 {
   color: #05822E;
 }
</style>
background-color css

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

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

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

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

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

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