Html Css Color HEX #029212 Islamic Green

📋 copy color: '#029212'

red 2 ◦ green 146 ◦ blue 18

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

Shades of Islamic Green #029212

Tints of Islamic Green #029212

RGB

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

 GREEN value IS 146 (57.42% from 255) = 87.95%

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

R = 1.2%
G = 87.95%
B = 10.84%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.88

 K value IS 0.43

RGB Variations

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

Color information

#029212 (or 0x029212) is known color: Islamic Green. HEX triplet: 02, 92 and 12. RGB value is (2,146,18). Sum of RGB (Red+Green+Blue) = 2+146+18=166 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.20% from 166); Green value is 146 (57.42% from 255 or 87.95% from 166); Blue value is 18 (7.42% from 255 or 10.84% from 166); Max value from RGB is 146 - color contains mainly: green. Hex color #029212 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #029212 is #FD6DED. Grayscale: #585858. Windows color (decimal): -16608750 or 1217026. OLE color: 1217026.

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

Color convert

RGB 2 146 18 -
CMYK 0.99 0 0.88 0.43
HSL 126.67º 0.97% 0.29% -
HSV(B) 126.67º 0.99% 0.57% -
XYZ 10.41 20.61 4 -
YUV 88.35 88.29 66.41 -
System Red Green Blue C M Y K H S L
Decimal 2 146 18 0.99 0 0.88 0.43 126.67 0.97 0.29
Hex 2 92 12 63 0 58 2B 7F 61 1D
Octal 2 222 22 143 0 130 53 177 141 35
Binary 10 10010010 10010 1100011 0 1011000 101011 1111111 1100001 11101

Color Harmonies of #029212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029212

Black with #029212

Text Example


Text Example

White with #029212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #029212; }

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

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

background-color css

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

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

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

border-color css

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

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

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