#02BA2B

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

Shades of Dark Pastel Green #02BA2B

Tints of Dark Pastel Green #02BA2B

Color information

#02BA2B (or 0x02BA2B) is unknown color: approx Dark Pastel Green. HEX triplet: 02, BA and 2B. RGB value is (2,186,43). Sum of RGB (Red+Green+Blue) = 2+186+43=231 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.87% from 231); Green value is 186 (73.05% from 255 or 80.52% from 231); Blue value is 43 (17.19% from 255 or 18.61% from 231); Max value from RGB is 186 - color contains mainly: green. Hex color #02BA2B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02BA2B is #FD45D4. Grayscale: #737373. Windows color (decimal): -16598485 or 2865666. OLE color: 2865666.

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

Color convert

RGB218643-
CMYK0.9900.770.27
HSL133.37º97.87%36.86%-
HSV(B)133.37º98.92%72.94%-
XYZ18.0235.318.15-
YUV114.6887.5447.63-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.87%
GREEN value IS 186 (73.05% from 255) = 80.52%
BLUE value IS 43 (17.19% from 255) = 18.61%
R=0.87%
G=80.52%
B=18.61%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal2186430.9900.770.27133.3797.8736.86
Hex2BA2B6304D1B856225
Octal22725314301153320514245
Binary101011101010101111000110100110111011100001011100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02BA2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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