#03BA24

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

Shades of Dark Pastel Green #03BA24

Tints of Dark Pastel Green #03BA24

Color information

#03BA24 (or 0x03BA24) is unknown color: approx Dark Pastel Green. HEX triplet: 03, BA and 24. RGB value is (3,186,36). Sum of RGB (Red+Green+Blue) = 3+186+36=225 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.33% from 225); Green value is 186 (73.05% from 255 or 82.67% from 225); Blue value is 36 (14.45% from 255 or 16% from 225); Max value from RGB is 186 - color contains mainly: green. Hex color #03BA24 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03BA24 is #FC45DB. Grayscale: #727272. Windows color (decimal): -16532956 or 2406915. OLE color: 2406915.

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

Color convert

RGB318636-
CMYK0.9800.810.27
HSL130.82º96.83%37.06%-
HSV(B)130.82º98.39%72.94%-
XYZ17.9135.267.53-
YUV114.1883.8748.7-

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.67%
BLUE value IS 36 (14.45% from 255) = 16%
R=1.33%
G=82.67%
B=16%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal3186360.9800.810.27130.8296.8337.06
Hex3BA24620511B836125
Octal32724414201213320314145
Binary111011101010010011000100101000111011100000111100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03BA24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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