#05B037

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

Shades of Dark Pastel Green #05B037

Tints of Dark Pastel Green #05B037

Color information

#05B037 (or 0x05B037) is unknown color: approx Dark Pastel Green. HEX triplet: 05, B0 and 37. RGB value is (5,176,55). Sum of RGB (Red+Green+Blue) = 5+176+55=236 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.12% from 236); Green value is 176 (69.14% from 255 or 74.58% from 236); Blue value is 55 (21.88% from 255 or 23.31% from 236); Max value from RGB is 176 - color contains mainly: green. Hex color #05B037 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05B037 is #FA4FC8. Grayscale: #6F6F6F. Windows color (decimal): -16404425 or 3649541. OLE color: 3649541.

HSL color Cylindrical-coordinate representation of color #05B037: hue angle of 137.54º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05B037 is Cyan = 0.97, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.31.

Color convert

RGB517655-
CMYK0.9700.690.31
HSL137.54º94.48%35.49%-
HSV(B)137.54º97.16%69.02%-
XYZ16.2831.368.81-
YUV111.0896.3552.34-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.12%
GREEN value IS 176 (69.14% from 255) = 74.58%
BLUE value IS 55 (21.88% from 255) = 23.31%
R=2.12%
G=74.58%
B=23.31%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal5176550.9700.690.31137.5494.4835.49
Hex5B037610451F8a5e23
Octal52606714101053721213643
Binary1011011000011011111000010100010111111100010101011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05B037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,176,55); }

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

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

 a { background-color: rgb(5,176,55); }

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

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

 span { border-color: rgb(5,176,55); }

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