Html Css Color HEX #029C0E Islamic Green

📋 copy color: '#029C0E'

red 2 ◦ green 156 ◦ blue 14

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

Shades of Islamic Green #029C0E

Tints of Islamic Green #029C0E

RGB

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

 GREEN value IS 156 (61.33% from 255) = 90.7%

 BLUE value IS 14 (5.86% from 255) = 8.14%

R = 1.16%
G = 90.7%
B = 8.14%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.91

 K value IS 0.39

RGB Variations

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

Color information

#029C0E (or 0x029C0E) is known color: Islamic Green. HEX triplet: 02, 9C and 0E. RGB value is (2,156,14). Sum of RGB (Red+Green+Blue) = 2+156+14=172 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.16% from 172); Green value is 156 (61.33% from 255 or 90.70% from 172); Blue value is 14 (5.86% from 255 or 8.14% from 172); Max value from RGB is 156 - color contains mainly: green. Hex color #029C0E is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #029C0E is #FD63F1. Grayscale: #5E5E5E. Windows color (decimal): -16606194 or 957442. OLE color: 957442.

HSL color Cylindrical-coordinate representation of color #029C0E: hue angle of 124.68º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029C0E is Cyan = 0.99, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.39.

Color convert

RGB 2 156 14 -
CMYK 0.99 0 0.91 0.39
HSL 124.68º 0.97% 0.31% -
HSV(B) 124.68º 0.99% 0.61% -
XYZ 11.99 23.82 4.38 -
YUV 93.77 82.98 62.55 -
System Red Green Blue C M Y K H S L
Decimal 2 156 14 0.99 0 0.91 0.39 124.68 0.97 0.31
Hex 2 9C E 63 0 5B 27 7D 61 1F
Octal 2 234 16 143 0 133 47 175 141 37
Binary 10 10011100 1110 1100011 0 1011011 100111 1111101 1100001 11111

Color Harmonies of #029C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029C0E

Black with #029C0E

Text Example


Text Example

White with #029C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,156,14); }

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

background-color css

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

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

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

border-color css

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

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

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