#03BB37

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

Shades of Dark Pastel Green #03BB37

Tints of Dark Pastel Green #03BB37

Color information

#03BB37 (or 0x03BB37) is unknown color: approx Dark Pastel Green. HEX triplet: 03, BB and 37. RGB value is (3,187,55). Sum of RGB (Red+Green+Blue) = 3+187+55=245 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.22% from 245); Green value is 187 (73.44% from 255 or 76.33% from 245); Blue value is 55 (21.88% from 255 or 22.45% from 245); Max value from RGB is 187 - color contains mainly: green. Hex color #03BB37 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03BB37 is #FC44C8. Grayscale: #757575. Windows color (decimal): -16532681 or 3652355. OLE color: 3652355.

HSL color Cylindrical-coordinate representation of color #03BB37: hue angle of 136.96º 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 #03BB37 is Cyan = 0.98, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.27.

Color convert

RGB318755-
CMYK0.9800.710.27
HSL136.96º96.84%37.25%-
HSV(B)136.96º98.4%73.33%-
XYZ18.535.849.56-
YUV116.9493.0446.73-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.22%
GREEN value IS 187 (73.44% from 255) = 76.33%
BLUE value IS 55 (21.88% from 255) = 22.45%
R=1.22%
G=76.33%
B=22.45%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal3187550.9800.710.27136.9696.8437.25
Hex3BB37620471B896125
Octal32736714201073321114145
Binary111011101111011111000100100011111011100010011100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03BB37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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