Html Css Color HEX #1DB302 Islamic Green

📋 copy color: '#1DB302'

red 29 ◦ green 179 ◦ blue 2

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

Shades of Islamic Green #1DB302

Tints of Islamic Green #1DB302

RGB

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

 GREEN value IS 179 (70.31% from 255) = 85.24%

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

R = 13.81%
G = 85.24%
B = 0.95%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#1DB302 (or 0x1DB302) is known color: Islamic Green. HEX triplet: 1D, B3 and 02. RGB value is (29,179,2). Sum of RGB (Red+Green+Blue) = 29+179+2=210 (27% of max value = 765). Red value is 29 (11.72% from 255 or 13.81% from 210); Green value is 179 (70.31% from 255 or 85.24% from 210); Blue value is 2 (1.17% from 255 or 0.95% from 210); Max value from RGB is 179 - color contains mainly: green. Hex color #1DB302 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DB302 is #E24CFD. Grayscale: #727272. Windows color (decimal): -14830846 or 176925. OLE color: 176925.

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

Color convert

RGB 29 179 2 -
CMYK 0.84 0 0.99 0.30
HSL 110.85º 0.98% 0.35% -
HSV(B) 110.85º 0.99% 0.7% -
XYZ 16.64 32.51 5.45 -
YUV 113.97 64.81 67.39 -
System Red Green Blue C M Y K H S L
Decimal 29 179 2 0.84 0 0.99 0.30 110.85 0.98 0.35
Hex 1D B3 2 54 0 63 1E 6F 62 23
Octal 35 263 2 124 0 143 36 157 142 43
Binary 11101 10110011 10 1010100 0 1100011 11110 1101111 1100010 100011

Color Harmonies of #1DB302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DB302

Black with #1DB302

Text Example


Text Example

White with #1DB302

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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