#02B147

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

Shades of Pigment Green #02B147

Tints of Pigment Green #02B147

Color information

#02B147 (or 0x02B147) is unknown color: approx Pigment Green. HEX triplet: 02, B1 and 47. RGB value is (2,177,71). Sum of RGB (Red+Green+Blue) = 2+177+71=250 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.8% from 250); Green value is 177 (69.53% from 255 or 70.8% from 250); Blue value is 71 (28.12% from 255 or 28.4% from 250); Max value from RGB is 177 - color contains mainly: green. Hex color #02B147 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02B147 is #FD4EB8. Grayscale: #707070. Windows color (decimal): -16600761 or 4698370. OLE color: 4698370.

HSL color Cylindrical-coordinate representation of color #02B147: hue angle of 143.66º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02B147 is Cyan = 0.99, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.31.

Color convert

RGB217771-
CMYK0.9900.600.31
HSL143.66º97.77%35.1%-
HSV(B)143.66º98.87%69.41%-
XYZ16.8831.9111.23-
YUV112.59104.5249.12-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.8%
GREEN value IS 177 (69.53% from 255) = 70.8%
BLUE value IS 71 (28.12% from 255) = 28.4%
R=0.8%
G=70.8%
B=28.4%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal2177710.9900.600.31143.6697.7735.1
Hex2B1476303C1F906223
Octal22611071430743722014243
Binary101011000110001111100011011110011111100100001100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02B147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,177,71); }

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

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

 a { background-color: rgb(2,177,71); }

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

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

 span { border-color: rgb(2,177,71); }

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