#02961C

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

Shades of Islamic Green #02961C

Tints of Islamic Green #02961C

Color information

#02961C (or 0x02961C) is unknown color: approx Islamic Green. HEX triplet: 02, 96 and 1C. RGB value is (2,150,28). Sum of RGB (Red+Green+Blue) = 2+150+28=180 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.11% from 180); Green value is 150 (58.98% from 255 or 83.33% from 180); Blue value is 28 (11.33% from 255 or 15.56% from 180); Max value from RGB is 150 - color contains mainly: green. Hex color #02961C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02961C is #FD69E3. Grayscale: #5C5C5C. Windows color (decimal): -16607716 or 1873410. OLE color: 1873410.

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

Color convert

RGB215028-
CMYK0.9900.810.41
HSL130.54º97.37%29.8%-
HSV(B)130.54º98.67%58.82%-
XYZ11.1421.914.74-
YUV91.8491.9763.92-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.11%
GREEN value IS 150 (58.98% from 255) = 83.33%
BLUE value IS 28 (11.33% from 255) = 15.56%
R=1.11%
G=83.33%
B=15.56%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal2150280.9900.810.41130.5497.3729.8
Hex2961C630512983611e
Octal22263414301215120314136
Binary10100101101110011000110101000110100110000011110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02961C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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