#02B44B

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

Shades of Pigment Green #02B44B

Tints of Pigment Green #02B44B

Color information

#02B44B (or 0x02B44B) is unknown color: approx Pigment Green. HEX triplet: 02, B4 and 4B. RGB value is (2,180,75). Sum of RGB (Red+Green+Blue) = 2+180+75=257 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 257); Green value is 180 (70.70% from 255 or 70.04% from 257); Blue value is 75 (29.69% from 255 or 29.18% from 257); Max value from RGB is 180 - color contains mainly: green. Hex color #02B44B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02B44B is #FD4BB4. Grayscale: #737373. Windows color (decimal): -16599989 or 4961282. OLE color: 4961282.

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

Color convert

RGB218075-
CMYK0.9900.580.29
HSL144.61º97.8%35.69%-
HSV(B)144.61º98.89%70.59%-
XYZ17.6233.1612.13-
YUV114.81105.5347.54-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.78%
GREEN value IS 180 (70.70% from 255) = 70.04%
BLUE value IS 75 (29.69% from 255) = 29.18%
R=0.78%
G=70.04%
B=29.18%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal2180750.9900.580.29144.6197.835.69
Hex2B44B6303A1D916224
Octal22641131430723522114244
Binary101011010010010111100011011101011101100100011100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02B44B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,180,75); }

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

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

 a { background-color: rgb(2,180,75); }

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

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

 span { border-color: rgb(2,180,75); }

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