Html Css Color HEX #1DB002 Islamic Green

📋 copy color: '#1DB002'

red 29 ◦ green 176 ◦ blue 2

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

Shades of Islamic Green #1DB002

Tints of Islamic Green #1DB002

RGB

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

 GREEN value IS 176 (69.14% from 255) = 85.02%

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

R = 14.01%
G = 85.02%
B = 0.97%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#1DB002 (or 0x1DB002) is known color: Islamic Green. HEX triplet: 1D, B0 and 02. RGB value is (29,176,2). Sum of RGB (Red+Green+Blue) = 29+176+2=207 (27% of max value = 765). Red value is 29 (11.72% from 255 or 14.01% from 207); Green value is 176 (69.14% from 255 or 85.02% from 207); Blue value is 2 (1.17% from 255 or 0.97% from 207); Max value from RGB is 176 - color contains mainly: green. Hex color #1DB002 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1DB002 is #E24FFD. Grayscale: #707070. Windows color (decimal): -14831614 or 176157. OLE color: 176157.

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

Color convert

RGB 29 176 2 -
CMYK 0.84 0 0.99 0.31
HSL 110.69º 0.98% 0.35% -
HSV(B) 110.69º 0.99% 0.69% -
XYZ 16.04 31.32 5.26 -
YUV 112.21 65.8 68.65 -
System Red Green Blue C M Y K H S L
Decimal 29 176 2 0.84 0 0.99 0.31 110.69 0.98 0.35
Hex 1D B0 2 54 0 63 1F 6F 62 23
Octal 35 260 2 124 0 143 37 157 142 43
Binary 11101 10110000 10 1010100 0 1100011 11111 1101111 1100010 100011

Color Harmonies of #1DB002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DB002

Black with #1DB002

Text Example


Text Example

White with #1DB002

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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