#02B850

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

Shades of Pigment Green #02B850

Tints of Pigment Green #02B850

Color information

#02B850 (or 0x02B850) is unknown color: approx Pigment Green. HEX triplet: 02, B8 and 50. RGB value is (2,184,80). Sum of RGB (Red+Green+Blue) = 2+184+80=266 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 266); Green value is 184 (72.27% from 255 or 69.17% from 266); Blue value is 80 (31.64% from 255 or 30.08% from 266); Max value from RGB is 184 - color contains mainly: green. Hex color #02B850 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02B850 is #FD47AF. Grayscale: #757575. Windows color (decimal): -16598960 or 5289986. OLE color: 5289986.

HSL color Cylindrical-coordinate representation of color #02B850: hue angle of 145.71º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02B850 is Cyan = 0.99, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.28.

Color convert

RGB218480-
CMYK0.9900.570.28
HSL145.71º97.85%36.47%-
HSV(B)145.71º98.91%72.16%-
XYZ18.6134.8713.34-
YUV117.73106.745.46-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.75%
GREEN value IS 184 (72.27% from 255) = 69.17%
BLUE value IS 80 (31.64% from 255) = 30.08%
R=0.75%
G=69.17%
B=30.08%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal2184800.9900.570.28145.7197.8536.47
Hex2B850630391C926224
Octal22701201430713422214244
Binary101011100010100001100011011100111100100100101100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02B850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,184,80); }

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

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

 a { background-color: rgb(2,184,80); }

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

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

 span { border-color: rgb(2,184,80); }

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