#05812F

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

Shades of Dark Spring Green #05812F

Tints of Dark Spring Green #05812F

Color information

#05812F (or 0x05812F) is unknown color: approx Dark Spring Green. HEX triplet: 05, 81 and 2F. RGB value is (5,129,47). Sum of RGB (Red+Green+Blue) = 5+129+47=181 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.76% from 181); Green value is 129 (50.78% from 255 or 71.27% from 181); Blue value is 47 (18.75% from 255 or 25.97% from 181); Max value from RGB is 129 - color contains mainly: green. Hex color #05812F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05812F is #FA7ED0. Grayscale: #525252. Windows color (decimal): -16416465 or 3113221. OLE color: 3113221.

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

Color convert

RGB512947-
CMYK0.9600.640.49
HSL140.32º92.54%26.27%-
HSV(B)140.32º96.12%50.59%-
XYZ8.4315.945.32-
YUV82.58107.9272.67-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.76%
GREEN value IS 129 (50.78% from 255) = 71.27%
BLUE value IS 47 (18.75% from 255) = 25.97%
R=2.76%
G=71.27%
B=25.97%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal5129470.9600.640.49140.3292.5426.27
Hex5812F60040318c5d1a
Octal52015714001006121413532
Binary1011000000110111111000000100000011000110001100101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05812F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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