#029207

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

Shades of Islamic Green #029207

Tints of Islamic Green #029207

Color information

#029207 (or 0x029207) is unknown color: approx Islamic Green. HEX triplet: 02, 92 and 07. RGB value is (2,146,7). Sum of RGB (Red+Green+Blue) = 2+146+7=155 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.29% from 155); Green value is 146 (57.42% from 255 or 94.19% from 155); Blue value is 7 (3.12% from 255 or 4.52% from 155); Max value from RGB is 146 - color contains mainly: green. Hex color #029207 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #029207 is #FD6DF8. Grayscale: #575757. Windows color (decimal): -16608761 or 496130. OLE color: 496130.

HSL color Cylindrical-coordinate representation of color #029207: hue angle of 122.08º 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 #029207 is Cyan = 0.99, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.43.

Color convert

RGB21467-
CMYK0.9900.950.43
HSL122.08º97.3%29.02%-
HSV(B)122.08º98.63%57.25%-
XYZ10.3420.593.63-
YUV87.182.7967.3-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.29%
GREEN value IS 146 (57.42% from 255) = 94.19%
BLUE value IS 7 (3.12% from 255) = 4.52%
R=1.29%
G=94.19%
B=4.52%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal214670.9900.950.43122.0897.329.02
Hex29276305F2B7a611d
Octal2222714301375317214135
Binary10100100101111100011010111111010111111010110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #029207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #029207; }

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

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

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

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

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

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

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

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