Html Css Color HEX #1DB601 Islamic Green

📋 copy color: '#1DB601'

red 29 ◦ green 182 ◦ blue 1

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

Shades of Islamic Green #1DB601

Tints of Islamic Green #1DB601

RGB

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

 GREEN value IS 182 (71.48% from 255) = 85.85%

 BLUE value IS 1 (0.78% from 255) = 0.47%

R = 13.68%
G = 85.85%
B = 0.47%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#1DB601 (or 0x1DB601) is known color: Islamic Green. HEX triplet: 1D, B6 and 01. RGB value is (29,182,1). Sum of RGB (Red+Green+Blue) = 29+182+1=212 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.68% from 212); Green value is 182 (71.48% from 255 or 85.85% from 212); Blue value is 1 (0.78% from 255 or 0.47% from 212); Max value from RGB is 182 - color contains mainly: green. Hex color #1DB601 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DB601 is #E249FE. Grayscale: #747474. Windows color (decimal): -14830079 or 112157. OLE color: 112157.

HSL color Cylindrical-coordinate representation of color #1DB601: hue angle of 110.72º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1DB601 is Cyan = 0.84, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.29.

Color convert

RGB 29 182 1 -
CMYK 0.84 0 0.99 0.29
HSL 110.72º 0.99% 0.36% -
HSV(B) 110.72º 0.99% 0.71% -
XYZ 17.24 33.72 5.63 -
YUV 115.62 63.31 66.22 -
System Red Green Blue C M Y K H S L
Decimal 29 182 1 0.84 0 0.99 0.29 110.72 0.99 0.36
Hex 1D B6 1 54 0 63 1D 6F 63 24
Octal 35 266 1 124 0 143 35 157 143 44
Binary 11101 10110110 1 1010100 0 1100011 11101 1101111 1100011 100100

Color Harmonies of #1DB601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DB601

Black with #1DB601

Text Example


Text Example

White with #1DB601

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,182,1); }

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

background-color css

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

 a { background-color: rgb(29,182,1); }

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

border-color css

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

 span { border-color: rgb(29,182,1); }

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