#02963C

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

Shades of Pigment Green #02963C

Tints of Pigment Green #02963C

Color information

#02963C (or 0x02963C) is unknown color: approx Pigment Green. HEX triplet: 02, 96 and 3C. RGB value is (2,150,60). Sum of RGB (Red+Green+Blue) = 2+150+60=212 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.94% from 212); Green value is 150 (58.98% from 255 or 70.75% from 212); Blue value is 60 (23.83% from 255 or 28.30% from 212); Max value from RGB is 150 - color contains mainly: green. Hex color #02963C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02963C is #FD69C3. Grayscale: #5F5F5F. Windows color (decimal): -16607684 or 3970562. OLE color: 3970562.

HSL color Cylindrical-coordinate representation of color #02963C: hue angle of 143.51º 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 #02963C is Cyan = 0.99, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.41.

Color convert

RGB215060-
CMYK0.9900.60.41
HSL143.51º97.37%29.8%-
HSV(B)143.51º98.67%58.82%-
XYZ11.7522.157.93-
YUV95.49107.9761.32-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.94%
GREEN value IS 150 (58.98% from 255) = 70.75%
BLUE value IS 60 (23.83% from 255) = 28.30%
R=0.94%
G=70.75%
B=28.30%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal2150600.9900.60.41143.5197.3729.8
Hex2963C6303C2990611e
Octal2226741430745122014136
Binary10100101101111001100011011110010100110010000110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02963C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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