Html Css Color HEX #029402 Islamic Green

📋 copy color: '#029402'

red 2 ◦ green 148 ◦ blue 2

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

Shades of Islamic Green #029402

Tints of Islamic Green #029402

RGB

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

 GREEN value IS 148 (58.2% from 255) = 97.37%

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

R = 1.32%
G = 97.37%
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

#029402 (or 0x029402) is known color: Islamic Green. HEX triplet: 02, 94 and 02. RGB value is (2,148,2). Sum of RGB (Red+Green+Blue) = 2+148+2=152 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.32% from 152); Green value is 148 (58.20% from 255 or 97.37% from 152); Blue value is 2 (1.17% from 255 or 1.32% from 152); Max value from RGB is 148 - color contains mainly: green. Hex color #029402 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #029402 is #FD6BFD. Grayscale: #585858. Windows color (decimal): -16608254 or 168962. OLE color: 168962.

HSL color Cylindrical-coordinate representation of color #029402: 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 #029402 is Cyan = 0.99, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.42.

Color convert

RGB 2 148 2 -
CMYK 0.99 0 0.99 0.42
HSL 120º 0.97% 0.29% -
HSV(B) 120º 0.99% 0.58% -
XYZ 10.63 21.2 3.59 -
YUV 87.7 79.63 66.87 -
System Red Green Blue C M Y K H S L
Decimal 2 148 2 0.99 0 0.99 0.42 120 0.97 0.29
Hex 2 94 2 63 0 63 2A 78 61 1D
Octal 2 224 2 143 0 143 52 170 141 35
Binary 10 10010100 10 1100011 0 1100011 101010 1111000 1100001 11101

Color Harmonies of #029402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029402

Black with #029402

Text Example


Text Example

White with #029402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #029402; }

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

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

background-color css

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

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

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

border-color css

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

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

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