Html Css Color HEX #1DBD02 Islamic Green

📋 copy color: '#1DBD02'

red 29 ◦ green 189 ◦ blue 2

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

Shades of Islamic Green #1DBD02

Tints of Islamic Green #1DBD02

RGB

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

 GREEN value IS 189 (74.22% from 255) = 85.91%

 BLUE value IS 2 (1.17% from 255) = 0.91%

R = 13.18%
G = 85.91%
B = 0.91%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#1DBD02 (or 0x1DBD02) is known color: Islamic Green. HEX triplet: 1D, BD and 02. RGB value is (29,189,2). Sum of RGB (Red+Green+Blue) = 29+189+2=220 (29% of max value = 765). Red value is 29 (11.72% from 255 or 13.18% from 220); Green value is 189 (74.22% from 255 or 85.91% from 220); Blue value is 2 (1.17% from 255 or 0.91% from 220); Max value from RGB is 189 - color contains mainly: green. Hex color #1DBD02 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DBD02 is #E242FD. Grayscale: #787878. Windows color (decimal): -14828286 or 179485. OLE color: 179485.

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

Color convert

RGB 29 189 2 -
CMYK 0.85 0 0.99 0.26
HSL 111.34º 0.98% 0.37% -
HSV(B) 111.34º 0.99% 0.74% -
XYZ 18.72 36.66 6.15 -
YUV 119.84 61.49 63.21 -
System Red Green Blue C M Y K H S L
Decimal 29 189 2 0.85 0 0.99 0.26 111.34 0.98 0.37
Hex 1D BD 2 55 0 63 1A 6F 62 25
Octal 35 275 2 125 0 143 32 157 142 45
Binary 11101 10111101 10 1010101 0 1100011 11010 1101111 1100010 100101

Color Harmonies of #1DBD02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DBD02

Black with #1DBD02

Text Example


Text Example

White with #1DBD02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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