#1DBA0A

Color #1DBA0A Islamic Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Islamic Green #1DBA0A

Tints of Islamic Green #1DBA0A

Color information

#1DBA0A (or 0x1DBA0A) is unknown color: approx Islamic Green. HEX triplet: 1D, BA and 0A. RGB value is (29,186,10). Sum of RGB (Red+Green+Blue) = 29+186+10=225 (29% of max value = 765). Red value is 29 (11.72% from 255 or 12.89% from 225); Green value is 186 (73.05% from 255 or 82.67% from 225); Blue value is 10 (4.30% from 255 or 4.44% from 225); Max value from RGB is 186 - color contains mainly: green. Hex color #1DBA0A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DBA0A is #E245F5. Grayscale: #777777. Windows color (decimal): -14829046 or 703005. OLE color: 703005.

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

Color convert

RGB2918610-
CMYK0.8400.950.27
HSL113.52º89.8%38.43%-
HSV(B)113.52º94.62%72.94%-
XYZ18.1235.46.17-
YUV118.9966.4963.81-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 12.89%
GREEN value IS 186 (73.05% from 255) = 82.67%
BLUE value IS 10 (4.30% from 255) = 4.44%
R=12.89%
G=82.67%
B=4.44%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal29186100.8400.950.27113.5289.838.43
Hex1DBAA5405F1B725a26
Octal352721212401373316213246
Binary111011011101010101010100010111111101111100101011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DBA0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1DBA0A;
 }
 .AnyTagClassName
 {
   color: #1DBA0A;
 }
</style>
background-color css

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

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

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

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

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

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