Html Css Color HEX #029F14 Islamic Green

📋 copy color: '#029F14'

red 2 ◦ green 159 ◦ blue 20

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

Shades of Islamic Green #029F14

Tints of Islamic Green #029F14

RGB

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

 GREEN value IS 159 (62.5% from 255) = 87.85%

 BLUE value IS 20 (8.2% from 255) = 11.05%

R = 1.1%
G = 87.85%
B = 11.05%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.87

 K value IS 0.38

RGB Variations

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

Color information

#029F14 (or 0x029F14) is known color: Islamic Green. HEX triplet: 02, 9F and 14. RGB value is (2,159,20). Sum of RGB (Red+Green+Blue) = 2+159+20=181 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.10% from 181); Green value is 159 (62.5% from 255 or 87.85% from 181); Blue value is 20 (8.20% from 255 or 11.05% from 181); Max value from RGB is 159 - color contains mainly: green. Hex color #029F14 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #029F14 is #FD60EB. Grayscale: #606060. Windows color (decimal): -16605420 or 1351426. OLE color: 1351426.

HSL color Cylindrical-coordinate representation of color #029F14: hue angle of 126.88º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029F14 is Cyan = 0.99, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.38.

Color convert

RGB 2 159 20 -
CMYK 0.99 0 0.87 0.38
HSL 126.88º 0.98% 0.32% -
HSV(B) 126.88º 0.99% 0.62% -
XYZ 12.55 24.86 4.8 -
YUV 96.21 84.99 60.8 -
System Red Green Blue C M Y K H S L
Decimal 2 159 20 0.99 0 0.87 0.38 126.88 0.98 0.32
Hex 2 9F 14 63 0 57 26 7F 62 20
Octal 2 237 24 143 0 127 46 177 142 40
Binary 10 10011111 10100 1100011 0 1010111 100110 1111111 1100010 100000

Color Harmonies of #029F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029F14

Black with #029F14

Text Example


Text Example

White with #029F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #029F14; }

 p { color: rgb(2,159,20); }

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

background-color css

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

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

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

border-color css

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

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

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