Html Css Color HEX #1DBA03 Islamic Green

📋 copy color: '#1DBA03'

red 29 ◦ green 186 ◦ blue 3

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

Shades of Islamic Green #1DBA03

Tints of Islamic Green #1DBA03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.38%

R = 13.3%
G = 85.32%
B = 1.38%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#1DBA03 (or 0x1DBA03) is known color: Islamic Green. HEX triplet: 1D, BA and 03. RGB value is (29,186,3). Sum of RGB (Red+Green+Blue) = 29+186+3=218 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.30% from 218); Green value is 186 (73.05% from 255 or 85.32% from 218); Blue value is 3 (1.56% from 255 or 1.38% from 218); Max value from RGB is 186 - color contains mainly: green. Hex color #1DBA03 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DBA03 is #E245FC. Grayscale: #767676. Windows color (decimal): -14829053 or 244253. OLE color: 244253.

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

Color convert

RGB 29 186 3 -
CMYK 0.84 0 0.98 0.27
HSL 111.48º 0.97% 0.37% -
HSV(B) 111.48º 0.98% 0.73% -
XYZ 18.08 35.39 5.96 -
YUV 118.2 62.99 64.38 -
System Red Green Blue C M Y K H S L
Decimal 29 186 3 0.84 0 0.98 0.27 111.48 0.97 0.37
Hex 1D BA 3 54 0 62 1B 6F 61 25
Octal 35 272 3 124 0 142 33 157 141 45
Binary 11101 10111010 11 1010100 0 1100010 11011 1101111 1100001 100101

Color Harmonies of #1DBA03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DBA03

Black with #1DBA03

Text Example


Text Example

White with #1DBA03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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