Html Css Color HEX #1DAF04 Islamic Green

📋 copy color: '#1DAF04'

red 29 ◦ green 175 ◦ blue 4

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

Shades of Islamic Green #1DAF04

Tints of Islamic Green #1DAF04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.92%

R = 13.94%
G = 84.13%
B = 1.92%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#1DAF04 (or 0x1DAF04) is known color: Islamic Green. HEX triplet: 1D, AF and 04. RGB value is (29,175,4). Sum of RGB (Red+Green+Blue) = 29+175+4=208 (27% of max value = 765). Red value is 29 (11.72% from 255 or 13.94% from 208); Green value is 175 (68.75% from 255 or 84.13% from 208); Blue value is 4 (1.95% from 255 or 1.92% from 208); Max value from RGB is 175 - color contains mainly: green. Hex color #1DAF04 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1DAF04 is #E250FB. Grayscale: #707070. Windows color (decimal): -14831868 or 306973. OLE color: 306973.

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

Color convert

RGB 29 175 4 -
CMYK 0.83 0 0.98 0.31
HSL 111.23º 0.96% 0.35% -
HSV(B) 111.23º 0.98% 0.69% -
XYZ 15.86 30.93 5.25 -
YUV 111.85 67.13 68.9 -
System Red Green Blue C M Y K H S L
Decimal 29 175 4 0.83 0 0.98 0.31 111.23 0.96 0.35
Hex 1D AF 4 53 0 62 1F 6F 60 23
Octal 35 257 4 123 0 142 37 157 140 43
Binary 11101 10101111 100 1010011 0 1100010 11111 1101111 1100000 100011

Color Harmonies of #1DAF04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DAF04

Black with #1DAF04

Text Example


Text Example

White with #1DAF04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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