#03BB40

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

Shades of Dark Pastel Green #03BB40

Tints of Dark Pastel Green #03BB40

Color information

#03BB40 (or 0x03BB40) is unknown color: approx Dark Pastel Green. HEX triplet: 03, BB and 40. RGB value is (3,187,64). Sum of RGB (Red+Green+Blue) = 3+187+64=254 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.18% from 254); Green value is 187 (73.44% from 255 or 73.62% from 254); Blue value is 64 (25.39% from 255 or 25.20% from 254); Max value from RGB is 187 - color contains mainly: green. Hex color #03BB40 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03BB40 is #FC44BF. Grayscale: #767676. Windows color (decimal): -16532672 or 4242179. OLE color: 4242179.

HSL color Cylindrical-coordinate representation of color #03BB40: hue angle of 139.89º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03BB40 is Cyan = 0.98, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB318764-
CMYK0.9800.660.27
HSL139.89º96.84%37.25%-
HSV(B)139.89º98.4%73.33%-
XYZ18.7335.9310.8-
YUV117.9697.5446-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.18%
GREEN value IS 187 (73.44% from 255) = 73.62%
BLUE value IS 64 (25.39% from 255) = 25.20%
R=1.18%
G=73.62%
B=25.20%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal3187640.9800.660.27139.8996.8437.25
Hex3BB40620421B8c6125
Octal327310014201023321414145
Binary1110111011100000011000100100001011011100011001100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03BB40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,187,64); }

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

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

 a { background-color: rgb(3,187,64); }

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

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

 span { border-color: rgb(3,187,64); }

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