#02950D

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

Shades of Islamic Green #02950D

Tints of Islamic Green #02950D

Color information

#02950D (or 0x02950D) is unknown color: approx Islamic Green. HEX triplet: 02, 95 and 0D. RGB value is (2,149,13). Sum of RGB (Red+Green+Blue) = 2+149+13=164 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.22% from 164); Green value is 149 (58.59% from 255 or 90.85% from 164); Blue value is 13 (5.47% from 255 or 7.93% from 164); Max value from RGB is 149 - color contains mainly: green. Hex color #02950D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #02950D is #FD6AF2. Grayscale: #595959. Windows color (decimal): -16607987 or 890114. OLE color: 890114.

HSL color Cylindrical-coordinate representation of color #02950D: hue angle of 124.49º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02950D is Cyan = 0.99, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB214913-
CMYK0.9900.910.42
HSL124.49º97.35%29.61%-
HSV(B)124.49º98.66%58.43%-
XYZ10.8521.543.97-
YUV89.5484.865.56-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.22%
GREEN value IS 149 (58.59% from 255) = 90.85%
BLUE value IS 13 (5.47% from 255) = 7.93%
R=1.22%
G=90.85%
B=7.93%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal2149130.9900.910.42124.4997.3529.61
Hex295D6305B2A7c611e
Octal22251514301335217414136
Binary101001010111011100011010110111010101111100110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02950D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,149,13); }

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

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

 a { background-color: rgb(2,149,13); }

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

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

 span { border-color: rgb(2,149,13); }

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