#02B655

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

Shades of Pigment Green #02B655

Tints of Pigment Green #02B655

Color information

#02B655 (or 0x02B655) is unknown color: approx Pigment Green. HEX triplet: 02, B6 and 55. RGB value is (2,182,85). Sum of RGB (Red+Green+Blue) = 2+182+85=269 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 269); Green value is 182 (71.48% from 255 or 67.66% from 269); Blue value is 85 (33.59% from 255 or 31.60% from 269); Max value from RGB is 182 - color contains mainly: green. Hex color #02B655 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02B655 is #FD49AA. Grayscale: #757575. Windows color (decimal): -16599467 or 5617154. OLE color: 5617154.

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

Color convert

RGB218285-
CMYK0.9900.530.29
HSL147.67º97.83%36.08%-
HSV(B)147.67º98.9%71.37%-
XYZ18.3934.1214.21-
YUV117.12109.8745.89-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.74%
GREEN value IS 182 (71.48% from 255) = 67.66%
BLUE value IS 85 (33.59% from 255) = 31.60%
R=0.74%
G=67.66%
B=31.60%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal2182850.9900.530.29147.6797.8336.08
Hex2B655630351D946224
Octal22661251430653522414244
Binary101011011010101011100011011010111101100101001100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02B655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,182,85); }

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

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

 a { background-color: rgb(2,182,85); }

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

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

 span { border-color: rgb(2,182,85); }

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