Html Css Color HEX #1DAF0E Islamic Green

📋 copy color: '#1DAF0E'

red 29 ◦ green 175 ◦ blue 14

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

Shades of Islamic Green #1DAF0E

Tints of Islamic Green #1DAF0E

RGB

 RED value IS 29 (11.72% from 255) = 13.3%

 GREEN value IS 175 (68.75% from 255) = 80.28%

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

R = 13.3%
G = 80.28%
B = 6.42%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.92

 K value IS 0.31

RGB Variations

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

Color information

#1DAF0E (or 0x1DAF0E) is known color: Islamic Green. HEX triplet: 1D, AF and 0E. RGB value is (29,175,14). Sum of RGB (Red+Green+Blue) = 29+175+14=218 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.30% from 218); Green value is 175 (68.75% from 255 or 80.28% from 218); Blue value is 14 (5.86% from 255 or 6.42% from 218); Max value from RGB is 175 - color contains mainly: green. Hex color #1DAF0E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1DAF0E is #E250F1. Grayscale: #717171. Windows color (decimal): -14831858 or 962333. OLE color: 962333.

HSL color Cylindrical-coordinate representation of color #1DAF0E: hue angle of 114.41º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1DAF0E is Cyan = 0.83, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.31.

Color convert

RGB 29 175 14 -
CMYK 0.83 0 0.92 0.31
HSL 114.41º 0.85% 0.37% -
HSV(B) 114.41º 0.92% 0.69% -
XYZ 15.92 30.95 5.55 -
YUV 112.99 72.13 68.09 -
System Red Green Blue C M Y K H S L
Decimal 29 175 14 0.83 0 0.92 0.31 114.41 0.85 0.37
Hex 1D AF E 53 0 5C 1F 72 55 25
Octal 35 257 16 123 0 134 37 162 125 45
Binary 11101 10101111 1110 1010011 0 1011100 11111 1110010 1010101 100101

Color Harmonies of #1DAF0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DAF0E

Black with #1DAF0E

Text Example


Text Example

White with #1DAF0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1DAF0E; }

 p { color: rgb(29,175,14); }

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

background-color css

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

 a { background-color: rgb(29,175,14); }

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

border-color css

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

 span { border-color: rgb(29,175,14); }

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