#02BA52

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

Shades of Pigment Green #02BA52

Tints of Pigment Green #02BA52

Color information

#02BA52 (or 0x02BA52) is unknown color: approx Pigment Green. HEX triplet: 02, BA and 52. RGB value is (2,186,82). Sum of RGB (Red+Green+Blue) = 2+186+82=270 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 270); Green value is 186 (73.05% from 255 or 68.89% from 270); Blue value is 82 (32.42% from 255 or 30.37% from 270); Max value from RGB is 186 - color contains mainly: green. Hex color #02BA52 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02BA52 is #FD45AD. Grayscale: #777777. Windows color (decimal): -16598446 or 5421570. OLE color: 5421570.

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

Color convert

RGB218682-
CMYK0.9900.560.27
HSL146.09º97.87%36.86%-
HSV(B)146.09º98.92%72.94%-
XYZ19.1135.7413.87-
YUV119.13107.0444.46-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.74%
GREEN value IS 186 (73.05% from 255) = 68.89%
BLUE value IS 82 (32.42% from 255) = 30.37%
R=0.74%
G=68.89%
B=30.37%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal2186820.9900.560.27146.0997.8736.86
Hex2BA52630381B926225
Octal22721221430703322214245
Binary101011101010100101100011011100011011100100101100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02BA52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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