#02BA19

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

Shades of Dark Pastel Green #02BA19

Tints of Dark Pastel Green #02BA19

Color information

#02BA19 (or 0x02BA19) is unknown color: approx Dark Pastel Green. HEX triplet: 02, BA and 19. RGB value is (2,186,25). Sum of RGB (Red+Green+Blue) = 2+186+25=213 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.94% from 213); Green value is 186 (73.05% from 255 or 87.32% from 213); Blue value is 25 (10.16% from 255 or 11.74% from 213); Max value from RGB is 186 - color contains mainly: green. Hex color #02BA19 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02BA19 is #FD45E6. Grayscale: #717171. Windows color (decimal): -16598503 or 1686018. OLE color: 1686018.

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

Color convert

RGB218625-
CMYK0.9900.870.27
HSL127.5º97.87%36.86%-
HSV(B)127.5º98.92%72.94%-
XYZ17.7635.26.78-
YUV112.6378.5449.09-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.94%
GREEN value IS 186 (73.05% from 255) = 87.32%
BLUE value IS 25 (10.16% from 255) = 11.74%
R=0.94%
G=87.32%
B=11.74%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal2186250.9900.870.27127.597.8736.86
Hex2BA19630571B806225
Octal22723114301273320014245
Binary10101110101100111000110101011111011100000001100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02BA19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02BA19; }

 p { color: rgb(2,186,25); }

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

<style>
 a { background-color: #02BA19; }

 a { background-color: rgb(2,186,25); }

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

<style>
 span { border-color: #02BA19; }

 span { border-color: rgb(2,186,25); }

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