#02920E

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

Shades of Islamic Green #02920E

Tints of Islamic Green #02920E

Color information

#02920E (or 0x02920E) is unknown color: approx Islamic Green. HEX triplet: 02, 92 and 0E. RGB value is (2,146,14). Sum of RGB (Red+Green+Blue) = 2+146+14=162 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.23% from 162); Green value is 146 (57.42% from 255 or 90.12% from 162); Blue value is 14 (5.86% from 255 or 8.64% from 162); Max value from RGB is 146 - color contains mainly: green. Hex color #02920E is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #02920E is #FD6DF1. Grayscale: #585858. Windows color (decimal): -16608754 or 954882. OLE color: 954882.

HSL color Cylindrical-coordinate representation of color #02920E: hue angle of 125º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02920E is Cyan = 0.99, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.43.

Color convert

RGB214614-
CMYK0.9900.900.43
HSL125º97.3%29.02%-
HSV(B)125º98.63%57.25%-
XYZ10.3820.63.84-
YUV87.986.2966.73-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.23%
GREEN value IS 146 (57.42% from 255) = 90.12%
BLUE value IS 14 (5.86% from 255) = 8.64%
R=1.23%
G=90.12%
B=8.64%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal2146140.9900.900.4312597.329.02
Hex292E6305A2B7d611d
Octal22221614301325317514135
Binary101001001011101100011010110101010111111101110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02920E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02920E; }

 p { color: rgb(2,146,14); }

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

<style>
 a { background-color: #02920E; }

 a { background-color: rgb(2,146,14); }

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

<style>
 span { border-color: #02920E; }

 span { border-color: rgb(2,146,14); }

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