#02963B

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

Shades of Pigment Green #02963B

Tints of Pigment Green #02963B

Color information

#02963B (or 0x02963B) is unknown color: approx Pigment Green. HEX triplet: 02, 96 and 3B. RGB value is (2,150,59). Sum of RGB (Red+Green+Blue) = 2+150+59=211 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.95% from 211); Green value is 150 (58.98% from 255 or 71.09% from 211); Blue value is 59 (23.44% from 255 or 27.96% from 211); Max value from RGB is 150 - color contains mainly: green. Hex color #02963B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02963B is #FD69C4. Grayscale: #5F5F5F. Windows color (decimal): -16607685 or 3905026. OLE color: 3905026.

HSL color Cylindrical-coordinate representation of color #02963B: hue angle of 143.11º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02963B is Cyan = 0.99, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.41.

Color convert

RGB215059-
CMYK0.9900.610.41
HSL143.11º97.37%29.8%-
HSV(B)143.11º98.67%58.82%-
XYZ11.7222.147.79-
YUV95.37107.4761.4-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.95%
GREEN value IS 150 (58.98% from 255) = 71.09%
BLUE value IS 59 (23.44% from 255) = 27.96%
R=0.95%
G=71.09%
B=27.96%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal2150590.9900.610.41143.1197.3729.8
Hex2963B6303D298f611e
Octal2226731430755121714136
Binary10100101101110111100011011110110100110001111110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02963B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02963B; }

 p { color: rgb(2,150,59); }

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

<style>
 a { background-color: #02963B; }

 a { background-color: rgb(2,150,59); }

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

<style>
 span { border-color: #02963B; }

 span { border-color: rgb(2,150,59); }

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