Html Css Color HEX #029302 Islamic Green

📋 copy color: '#029302'

red 2 ◦ green 147 ◦ blue 2

#029302
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Islamic Green #029302

Tints of Islamic Green #029302

RGB

 RED value IS 2 (1.17% from 255) = 1.32%

 GREEN value IS 147 (57.81% from 255) = 97.35%

 BLUE value IS 2 (1.17% from 255) = 1.32%

R = 1.32%
G = 97.35%
B = 1.32%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#029302 (or 0x029302) is known color: Islamic Green. HEX triplet: 02, 93 and 02. RGB value is (2,147,2). Sum of RGB (Red+Green+Blue) = 2+147+2=151 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.32% from 151); Green value is 147 (57.81% from 255 or 97.35% from 151); Blue value is 2 (1.17% from 255 or 1.32% from 151); Max value from RGB is 147 - color contains mainly: green. Hex color #029302 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #029302 is #FD6CFD. Grayscale: #575757. Windows color (decimal): -16608510 or 168706. OLE color: 168706.

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

Color convert

RGB 2 147 2 -
CMYK 0.99 0 0.99 0.42
HSL 120º 0.97% 0.29% -
HSV(B) 120º 0.99% 0.58% -
XYZ 10.47 20.88 3.54 -
YUV 87.12 79.96 67.29 -
System Red Green Blue C M Y K H S L
Decimal 2 147 2 0.99 0 0.99 0.42 120 0.97 0.29
Hex 2 93 2 63 0 63 2A 78 61 1D
Octal 2 223 2 143 0 143 52 170 141 35
Binary 10 10010011 10 1100011 0 1100011 101010 1111000 1100001 11101

Color Harmonies of #029302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029302

Black with #029302

Text Example


Text Example

White with #029302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #029302; }

 p { color: rgb(2,147,2); }

 H1.HeaderClassName
 {
   color: #029302;
 }
 .AnyTagClassName
 {
   color: #029302;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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