#02901D

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

Shades of Islamic Green #02901D

Tints of Islamic Green #02901D

Color information

#02901D (or 0x02901D) is unknown color: approx Islamic Green. HEX triplet: 02, 90 and 1D. RGB value is (2,144,29). Sum of RGB (Red+Green+Blue) = 2+144+29=175 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.14% from 175); Green value is 144 (56.64% from 255 or 82.29% from 175); Blue value is 29 (11.72% from 255 or 16.57% from 175); Max value from RGB is 144 - color contains mainly: green. Hex color #02901D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02901D is #FD6FE2. Grayscale: #585858. Windows color (decimal): -16609251 or 1937410. OLE color: 1937410.

HSL color Cylindrical-coordinate representation of color #02901D: hue angle of 131.41º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02901D is Cyan = 0.99, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.44.

Color convert

RGB214429-
CMYK0.9900.800.44
HSL131.41º97.26%28.63%-
HSV(B)131.41º98.61%56.47%-
XYZ10.2220.054.49-
YUV88.4394.4666.35-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.14%
GREEN value IS 144 (56.64% from 255) = 82.29%
BLUE value IS 29 (11.72% from 255) = 16.57%
R=1.14%
G=82.29%
B=16.57%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal2144290.9900.800.44131.4197.2628.63
Hex2901D630502C83611d
Octal22203514301205420314135
Binary10100100001110111000110101000010110010000011110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02901D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02901D; }

 p { color: rgb(2,144,29); }

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

<style>
 a { background-color: #02901D; }

 a { background-color: rgb(2,144,29); }

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

<style>
 span { border-color: #02901D; }

 span { border-color: rgb(2,144,29); }

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