Html Css Color HEX #029213 Islamic Green

📋 copy color: '#029213'

red 2 ◦ green 146 ◦ blue 19

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

Shades of Islamic Green #029213

Tints of Islamic Green #029213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 11.38%

R = 1.2%
G = 87.43%
B = 11.38%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.87

 K value IS 0.43

RGB Variations

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

Color information

#029213 (or 0x029213) is known color: Islamic Green. HEX triplet: 02, 92 and 13. RGB value is (2,146,19). Sum of RGB (Red+Green+Blue) = 2+146+19=167 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.20% from 167); Green value is 146 (57.42% from 255 or 87.43% from 167); Blue value is 19 (7.81% from 255 or 11.38% from 167); Max value from RGB is 146 - color contains mainly: green. Hex color #029213 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #029213 is #FD6DEC. Grayscale: #585858. Windows color (decimal): -16608749 or 1282562. OLE color: 1282562.

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

Color convert

RGB 2 146 19 -
CMYK 0.99 0 0.87 0.43
HSL 127.08º 0.97% 0.29% -
HSV(B) 127.08º 0.99% 0.57% -
XYZ 10.42 20.62 4.05 -
YUV 88.47 88.79 66.33 -
System Red Green Blue C M Y K H S L
Decimal 2 146 19 0.99 0 0.87 0.43 127.08 0.97 0.29
Hex 2 92 13 63 0 57 2B 7F 61 1D
Octal 2 222 23 143 0 127 53 177 141 35
Binary 10 10010010 10011 1100011 0 1010111 101011 1111111 1100001 11101

Color Harmonies of #029213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029213

Black with #029213

Text Example


Text Example

White with #029213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #029213; }

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

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

background-color css

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

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

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

border-color css

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

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

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