Html Css Color HEX #1DBB02 Islamic Green

📋 copy color: '#1DBB02'

red 29 ◦ green 187 ◦ blue 2

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

Shades of Islamic Green #1DBB02

Tints of Islamic Green #1DBB02

RGB

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

 GREEN value IS 187 (73.44% from 255) = 85.78%

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

R = 13.3%
G = 85.78%
B = 0.92%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#1DBB02 (or 0x1DBB02) is known color: Islamic Green. HEX triplet: 1D, BB and 02. RGB value is (29,187,2). Sum of RGB (Red+Green+Blue) = 29+187+2=218 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.30% from 218); Green value is 187 (73.44% from 255 or 85.78% from 218); Blue value is 2 (1.17% from 255 or 0.92% from 218); Max value from RGB is 187 - color contains mainly: green. Hex color #1DBB02 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DBB02 is #E244FD. Grayscale: #777777. Windows color (decimal): -14828798 or 178973. OLE color: 178973.

HSL color Cylindrical-coordinate representation of color #1DBB02: hue angle of 111.24º 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 #1DBB02 is Cyan = 0.84, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.27.

Color convert

RGB 29 187 2 -
CMYK 0.84 0 0.99 0.27
HSL 111.24º 0.98% 0.37% -
HSV(B) 111.24º 0.99% 0.73% -
XYZ 18.29 35.81 6 -
YUV 118.67 62.15 64.04 -
System Red Green Blue C M Y K H S L
Decimal 29 187 2 0.84 0 0.99 0.27 111.24 0.98 0.37
Hex 1D BB 2 54 0 63 1B 6F 62 25
Octal 35 273 2 124 0 143 33 157 142 45
Binary 11101 10111011 10 1010100 0 1100011 11011 1101111 1100010 100101

Color Harmonies of #1DBB02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DBB02

Black with #1DBB02

Text Example


Text Example

White with #1DBB02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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