#02B54A

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

Shades of Pigment Green #02B54A

Tints of Pigment Green #02B54A

Color information

#02B54A (or 0x02B54A) is unknown color: approx Pigment Green. HEX triplet: 02, B5 and 4A. RGB value is (2,181,74). Sum of RGB (Red+Green+Blue) = 2+181+74=257 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 257); Green value is 181 (71.09% from 255 or 70.43% from 257); Blue value is 74 (29.30% from 255 or 28.79% from 257); Max value from RGB is 181 - color contains mainly: green. Hex color #02B54A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02B54A is #FD4AB5. Grayscale: #737373. Windows color (decimal): -16599734 or 4896002. OLE color: 4896002.

HSL color Cylindrical-coordinate representation of color #02B54A: hue angle of 144.13º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02B54A is Cyan = 0.99, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB218174-
CMYK0.9900.590.29
HSL144.13º97.81%35.88%-
HSV(B)144.13º98.9%70.98%-
XYZ17.7833.5612.02-
YUV115.28104.747.2-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.78%
GREEN value IS 181 (71.09% from 255) = 70.43%
BLUE value IS 74 (29.30% from 255) = 28.79%
R=0.78%
G=70.43%
B=28.79%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal2181740.9900.590.29144.1397.8135.88
Hex2B54A6303B1D906224
Octal22651121430733522014244
Binary101011010110010101100011011101111101100100001100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02B54A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,181,74); }

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

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

 a { background-color: rgb(2,181,74); }

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

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

 span { border-color: rgb(2,181,74); }

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