#02B34A

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

Shades of Pigment Green #02B34A

Tints of Pigment Green #02B34A

Color information

#02B34A (or 0x02B34A) is unknown color: approx Pigment Green. HEX triplet: 02, B3 and 4A. RGB value is (2,179,74). Sum of RGB (Red+Green+Blue) = 2+179+74=255 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 255); Green value is 179 (70.31% from 255 or 70.20% from 255); Blue value is 74 (29.30% from 255 or 29.02% from 255); Max value from RGB is 179 - color contains mainly: green. Hex color #02B34A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02B34A is #FD4CB5. Grayscale: #727272. Windows color (decimal): -16600246 or 4895490. OLE color: 4895490.

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

Color convert

RGB217974-
CMYK0.9900.590.30
HSL144.41º97.79%35.49%-
HSV(B)144.41º98.88%70.2%-
XYZ17.3832.7511.88-
YUV114.11105.3648.04-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.78%
GREEN value IS 179 (70.31% from 255) = 70.20%
BLUE value IS 74 (29.30% from 255) = 29.02%
R=0.78%
G=70.20%
B=29.02%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal2179740.9900.590.30144.4197.7935.49
Hex2B34A6303B1E906223
Octal22631121430733622014243
Binary101011001110010101100011011101111110100100001100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02B34A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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