Html Css Color HEX #1DBA06 Islamic Green

📋 copy color: '#1DBA06'

red 29 ◦ green 186 ◦ blue 6

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

Shades of Islamic Green #1DBA06

Tints of Islamic Green #1DBA06

RGB

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

 GREEN value IS 186 (73.05% from 255) = 84.16%

 BLUE value IS 6 (2.73% from 255) = 2.71%

R = 13.12%
G = 84.16%
B = 2.71%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#1DBA06 (or 0x1DBA06) is known color: Islamic Green. HEX triplet: 1D, BA and 06. RGB value is (29,186,6). Sum of RGB (Red+Green+Blue) = 29+186+6=221 (29% of max value = 765). Red value is 29 (11.72% from 255 or 13.12% from 221); Green value is 186 (73.05% from 255 or 84.16% from 221); Blue value is 6 (2.73% from 255 or 2.71% from 221); Max value from RGB is 186 - color contains mainly: green. Hex color #1DBA06 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DBA06 is #E245F9. Grayscale: #777777. Windows color (decimal): -14829050 or 440861. OLE color: 440861.

HSL color Cylindrical-coordinate representation of color #1DBA06: hue angle of 112.33º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1DBA06 is Cyan = 0.84, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.27.

Color convert

RGB 29 186 6 -
CMYK 0.84 0 0.97 0.27
HSL 112.33º 0.94% 0.38% -
HSV(B) 112.33º 0.97% 0.73% -
XYZ 18.1 35.39 6.05 -
YUV 118.54 64.49 64.14 -
System Red Green Blue C M Y K H S L
Decimal 29 186 6 0.84 0 0.97 0.27 112.33 0.94 0.38
Hex 1D BA 6 54 0 61 1B 70 5E 26
Octal 35 272 6 124 0 141 33 160 136 46
Binary 11101 10111010 110 1010100 0 1100001 11011 1110000 1011110 100110

Color Harmonies of #1DBA06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DBA06

Black with #1DBA06

Text Example


Text Example

White with #1DBA06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,186,6); }

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

background-color css

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

 a { background-color: rgb(29,186,6); }

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

border-color css

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

 span { border-color: rgb(29,186,6); }

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