#03B028

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

Shades of Dark Pastel Green #03B028

Tints of Dark Pastel Green #03B028

Color information

#03B028 (or 0x03B028) is unknown color: approx Dark Pastel Green. HEX triplet: 03, B0 and 28. RGB value is (3,176,40). Sum of RGB (Red+Green+Blue) = 3+176+40=219 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.37% from 219); Green value is 176 (69.14% from 255 or 80.37% from 219); Blue value is 40 (16.02% from 255 or 18.26% from 219); Max value from RGB is 176 - color contains mainly: green. Hex color #03B028 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #03B028 is #FC4FD7. Grayscale: #6D6D6D. Windows color (decimal): -16535512 or 2666499. OLE color: 2666499.

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

Color convert

RGB317640-
CMYK0.9800.770.31
HSL132.83º96.65%35.1%-
HSV(B)132.83º98.3%69.02%-
XYZ15.9531.227.19-
YUV108.7789.1952.56-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.37%
GREEN value IS 176 (69.14% from 255) = 80.37%
BLUE value IS 40 (16.02% from 255) = 18.26%
R=1.37%
G=80.37%
B=18.26%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal3176400.9800.770.31132.8396.6535.1
Hex3B0286204D1F856123
Octal32605014201153720514143
Binary111011000010100011000100100110111111100001011100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03B028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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