#03BA25

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

Shades of Dark Pastel Green #03BA25

Tints of Dark Pastel Green #03BA25

Color information

#03BA25 (or 0x03BA25) is unknown color: approx Dark Pastel Green. HEX triplet: 03, BA and 25. RGB value is (3,186,37). Sum of RGB (Red+Green+Blue) = 3+186+37=226 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.33% from 226); Green value is 186 (73.05% from 255 or 82.30% from 226); Blue value is 37 (14.84% from 255 or 16.37% from 226); Max value from RGB is 186 - color contains mainly: green. Hex color #03BA25 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03BA25 is #FC45DA. Grayscale: #727272. Windows color (decimal): -16532955 or 2472451. OLE color: 2472451.

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

Color convert

RGB318637-
CMYK0.9800.800.27
HSL131.15º96.83%37.06%-
HSV(B)131.15º98.39%72.94%-
XYZ17.9335.277.61-
YUV114.384.3748.62-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.33%
GREEN value IS 186 (73.05% from 255) = 82.30%
BLUE value IS 37 (14.84% from 255) = 16.37%
R=1.33%
G=82.30%
B=16.37%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal3186370.9800.800.27131.1596.8337.06
Hex3BA25620501B836125
Octal32724514201203320314145
Binary111011101010010111000100101000011011100000111100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03BA25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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