#02B347

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

Shades of Pigment Green #02B347

Tints of Pigment Green #02B347

Color information

#02B347 (or 0x02B347) is unknown color: approx Pigment Green. HEX triplet: 02, B3 and 47. RGB value is (2,179,71). Sum of RGB (Red+Green+Blue) = 2+179+71=252 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.79% from 252); Green value is 179 (70.31% from 255 or 71.03% from 252); Blue value is 71 (28.12% from 255 or 28.17% from 252); Max value from RGB is 179 - color contains mainly: green. Hex color #02B347 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02B347 is #FD4CB8. Grayscale: #727272. Windows color (decimal): -16600249 or 4698882. OLE color: 4698882.

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

Color convert

RGB217971-
CMYK0.9900.600.30
HSL143.39º97.79%35.49%-
HSV(B)143.39º98.88%70.2%-
XYZ17.2832.7111.36-
YUV113.76103.8648.28-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.79%
GREEN value IS 179 (70.31% from 255) = 71.03%
BLUE value IS 71 (28.12% from 255) = 28.17%
R=0.79%
G=71.03%
B=28.17%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal2179710.9900.600.30143.3997.7935.49
Hex2B3476303C1E8f6223
Octal22631071430743621714243
Binary101011001110001111100011011110011110100011111100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02B347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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