#1DBA02

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

Shades of Islamic Green #1DBA02

Tints of Islamic Green #1DBA02

Color information

#1DBA02 (or 0x1DBA02) is unknown color: approx Islamic Green. HEX triplet: 1D, BA and 02. RGB value is (29,186,2). Sum of RGB (Red+Green+Blue) = 29+186+2=217 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.36% from 217); Green value is 186 (73.05% from 255 or 85.71% from 217); Blue value is 2 (1.17% from 255 or 0.92% from 217); Max value from RGB is 186 - color contains mainly: green. Hex color #1DBA02 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DBA02 is #E245FD. Grayscale: #767676. Windows color (decimal): -14829054 or 178717. OLE color: 178717.

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

Color convert

RGB291862-
CMYK0.8400.990.27
HSL111.2º97.87%36.86%-
HSV(B)111.2º98.92%72.94%-
XYZ18.0835.385.93-
YUV118.0862.4964.46-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 13.36%
GREEN value IS 186 (73.05% from 255) = 85.71%
BLUE value IS 2 (1.17% from 255) = 0.92%
R=13.36%
G=85.71%
B=0.92%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal2918620.8400.990.27111.297.8736.86
Hex1DBA2540631B6f6225
Octal35272212401433315714245
Binary1110110111010101010100011000111101111011111100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DBA02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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