Html Css Color HEX #029412 Islamic Green

📋 copy color: '#029412'

red 2 ◦ green 148 ◦ blue 18

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

Shades of Islamic Green #029412

Tints of Islamic Green #029412

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 10.71%

R = 1.19%
G = 88.1%
B = 10.71%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.88

 K value IS 0.42

RGB Variations

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

Color information

#029412 (or 0x029412) is known color: Islamic Green. HEX triplet: 02, 94 and 12. RGB value is (2,148,18). Sum of RGB (Red+Green+Blue) = 2+148+18=168 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.19% from 168); Green value is 148 (58.20% from 255 or 88.10% from 168); Blue value is 18 (7.42% from 255 or 10.71% from 168); Max value from RGB is 148 - color contains mainly: green. Hex color #029412 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #029412 is #FD6BED. Grayscale: #595959. Windows color (decimal): -16608238 or 1217538. OLE color: 1217538.

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

Color convert

RGB 2 148 18 -
CMYK 0.99 0 0.88 0.42
HSL 126.58º 0.97% 0.29% -
HSV(B) 126.58º 0.99% 0.58% -
XYZ 10.72 21.24 4.11 -
YUV 89.53 87.63 65.57 -
System Red Green Blue C M Y K H S L
Decimal 2 148 18 0.99 0 0.88 0.42 126.58 0.97 0.29
Hex 2 94 12 63 0 58 2A 7F 61 1D
Octal 2 224 22 143 0 130 52 177 141 35
Binary 10 10010100 10010 1100011 0 1011000 101010 1111111 1100001 11101

Color Harmonies of #029412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029412

Black with #029412

Text Example


Text Example

White with #029412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #029412; }

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

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

background-color css

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

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

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

border-color css

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

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

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