#029700

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

Shades of Islamic Green #029700

Tints of Islamic Green #029700

Color information

#029700 (or 0x029700) is unknown color: approx Islamic Green. HEX triplet: 02, 97 and 00. RGB value is (2,151,0). Sum of RGB (Red+Green+Blue) = 2+151+0=153 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.31% from 153); Green value is 151 (59.38% from 255 or 98.69% from 153); Blue value is 0 (0.39% from 255 or 0% from 153); Max value from RGB is 151 - color contains mainly: green. Hex color #029700 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #029700 is #FD68FF. Grayscale: #595959. Windows color (decimal): -16607488 or 38658. OLE color: 38658.

HSL color Cylindrical-coordinate representation of color #029700: hue angle of 119.21º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #029700 is Cyan = 0.99, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.41.

Color convert

RGB21510-
CMYK0.99010.41
HSL119.21º100%29.61%-
HSV(B)119.21º100%59.22%-
XYZ11.0922.153.69-
YUV89.2477.6465.78-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.31%
GREEN value IS 151 (59.38% from 255) = 98.69%
BLUE value IS 0 (0.39% from 255) = 0%
R=1.31%
G=98.69%
B=0%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal215100.99010.41119.2110029.61
Hex2970630642977641e
Octal2227014301445116714436
Binary101001011101100011011001001010011110111110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #029700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #029700; }

 p { color: rgb(2,151,0); }

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

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

 a { background-color: rgb(2,151,0); }

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

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

 span { border-color: rgb(2,151,0); }

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