#05B028

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

Shades of Dark Pastel Green #05B028

Tints of Dark Pastel Green #05B028

Color information

#05B028 (or 0x05B028) is unknown color: approx Dark Pastel Green. HEX triplet: 05, B0 and 28. RGB value is (5,176,40). Sum of RGB (Red+Green+Blue) = 5+176+40=221 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.26% from 221); Green value is 176 (69.14% from 255 or 79.64% from 221); Blue value is 40 (16.02% from 255 or 18.10% from 221); Max value from RGB is 176 - color contains mainly: green. Hex color #05B028 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05B028 is #FA4FD7. Grayscale: #6D6D6D. Windows color (decimal): -16404440 or 2666501. OLE color: 2666501.

HSL color Cylindrical-coordinate representation of color #05B028: hue angle of 132.28º 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 #05B028 is Cyan = 0.97, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.31.

Color convert

RGB517640-
CMYK0.9700.770.31
HSL132.28º94.48%35.49%-
HSV(B)132.28º97.16%69.02%-
XYZ15.9731.247.19-
YUV109.3788.8553.56-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.26%
GREEN value IS 176 (69.14% from 255) = 79.64%
BLUE value IS 40 (16.02% from 255) = 18.10%
R=2.26%
G=79.64%
B=18.10%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal5176400.9700.770.31132.2894.4835.49
Hex5B0286104D1F845e23
Octal52605014101153720413643
Binary1011011000010100011000010100110111111100001001011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05B028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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