#05B32D

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

Shades of Dark Pastel Green #05B32D

Tints of Dark Pastel Green #05B32D

Color information

#05B32D (or 0x05B32D) is unknown color: approx Dark Pastel Green. HEX triplet: 05, B3 and 2D. RGB value is (5,179,45). Sum of RGB (Red+Green+Blue) = 5+179+45=229 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.18% from 229); Green value is 179 (70.31% from 255 or 78.17% from 229); Blue value is 45 (17.97% from 255 or 19.65% from 229); Max value from RGB is 179 - color contains mainly: green. Hex color #05B32D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05B32D is #FA4CD2. Grayscale: #707070. Windows color (decimal): -16403667 or 2994949. OLE color: 2994949.

HSL color Cylindrical-coordinate representation of color #05B32D: hue angle of 133.79º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05B32D is Cyan = 0.97, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.30.

Color convert

RGB517945-
CMYK0.9700.750.30
HSL133.79º94.57%36.08%-
HSV(B)133.79º97.21%70.2%-
XYZ16.6632.467.87-
YUV111.790.3551.9-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.18%
GREEN value IS 179 (70.31% from 255) = 78.17%
BLUE value IS 45 (17.97% from 255) = 19.65%
R=2.18%
G=78.17%
B=19.65%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal5179450.9700.750.30133.7994.5736.08
Hex5B32D6104B1E865f24
Octal52635514101133620613744
Binary1011011001110110111000010100101111110100001101011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05B32D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05B32D; }

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

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

<style>
 a { background-color: #05B32D; }

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

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

<style>
 span { border-color: #05B32D; }

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

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