#02962C

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

Shades of Pigment Green #02962C

Tints of Pigment Green #02962C

Color information

#02962C (or 0x02962C) is unknown color: approx Pigment Green. HEX triplet: 02, 96 and 2C. RGB value is (2,150,44). Sum of RGB (Red+Green+Blue) = 2+150+44=196 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.02% from 196); Green value is 150 (58.98% from 255 or 76.53% from 196); Blue value is 44 (17.58% from 255 or 22.45% from 196); Max value from RGB is 150 - color contains mainly: green. Hex color #02962C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02962C is #FD69D3. Grayscale: #5D5D5D. Windows color (decimal): -16607700 or 2921986. OLE color: 2921986.

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

Color convert

RGB215044-
CMYK0.9900.710.41
HSL137.03º97.37%29.8%-
HSV(B)137.03º98.67%58.82%-
XYZ11.3922.016.03-
YUV93.6699.9762.62-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.02%
GREEN value IS 150 (58.98% from 255) = 76.53%
BLUE value IS 44 (17.58% from 255) = 22.45%
R=1.02%
G=76.53%
B=22.45%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal2150440.9900.710.41137.0397.3729.8
Hex2962C630472989611e
Octal22265414301075121114136
Binary101001011010110011000110100011110100110001001110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02962C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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