Html Css Color HEX #029C1C Islamic Green

📋 copy color: '#029C1C'

red 2 ◦ green 156 ◦ blue 28

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

Shades of Islamic Green #029C1C

Tints of Islamic Green #029C1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 15.05%

R = 1.08%
G = 83.87%
B = 15.05%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.82

 K value IS 0.39

RGB Variations

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

Color information

#029C1C (or 0x029C1C) is known color: Islamic Green. HEX triplet: 02, 9C and 1C. RGB value is (2,156,28). Sum of RGB (Red+Green+Blue) = 2+156+28=186 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.08% from 186); Green value is 156 (61.33% from 255 or 83.87% from 186); Blue value is 28 (11.33% from 255 or 15.05% from 186); Max value from RGB is 156 - color contains mainly: green. Hex color #029C1C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #029C1C is #FD63E3. Grayscale: #5F5F5F. Windows color (decimal): -16606180 or 1874946. OLE color: 1874946.

HSL color Cylindrical-coordinate representation of color #029C1C: hue angle of 130.13º 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 #029C1C is Cyan = 0.99, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.39.

Color convert

RGB 2 156 28 -
CMYK 0.99 0 0.82 0.39
HSL 130.13º 0.97% 0.31% -
HSV(B) 130.13º 0.99% 0.61% -
XYZ 12.12 23.87 5.07 -
YUV 95.36 89.98 61.41 -
System Red Green Blue C M Y K H S L
Decimal 2 156 28 0.99 0 0.82 0.39 130.13 0.97 0.31
Hex 2 9C 1C 63 0 52 27 82 61 1F
Octal 2 234 34 143 0 122 47 202 141 37
Binary 10 10011100 11100 1100011 0 1010010 100111 10000010 1100001 11111

Color Harmonies of #029C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029C1C

Black with #029C1C

Text Example


Text Example

White with #029C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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