#03BA2B

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

Shades of Dark Pastel Green #03BA2B

Tints of Dark Pastel Green #03BA2B

Color information

#03BA2B (or 0x03BA2B) is unknown color: approx Dark Pastel Green. HEX triplet: 03, BA and 2B. RGB value is (3,186,43). Sum of RGB (Red+Green+Blue) = 3+186+43=232 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.29% from 232); Green value is 186 (73.05% from 255 or 80.17% from 232); Blue value is 43 (17.19% from 255 or 18.53% from 232); Max value from RGB is 186 - color contains mainly: green. Hex color #03BA2B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03BA2B is #FC45D4. Grayscale: #737373. Windows color (decimal): -16532949 or 2865667. OLE color: 2865667.

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

Color convert

RGB318643-
CMYK0.9800.770.27
HSL133.11º96.83%37.06%-
HSV(B)133.11º98.39%72.94%-
XYZ18.0335.318.15-
YUV114.9887.3748.13-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.29%
GREEN value IS 186 (73.05% from 255) = 80.17%
BLUE value IS 43 (17.19% from 255) = 18.53%
R=1.29%
G=80.17%
B=18.53%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal3186430.9800.770.27133.1196.8337.06
Hex3BA2B6204D1B856125
Octal32725314201153320514145
Binary111011101010101111000100100110111011100001011100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03BA2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,186,43); }

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

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

 a { background-color: rgb(3,186,43); }

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

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

 span { border-color: rgb(3,186,43); }

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