Html Css Color HEX #1DB30E Islamic Green

📋 copy color: '#1DB30E'

red 29 ◦ green 179 ◦ blue 14

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

Shades of Islamic Green #1DB30E

Tints of Islamic Green #1DB30E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 6.31%

R = 13.06%
G = 80.63%
B = 6.31%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.92

 K value IS 0.30

RGB Variations

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

Color information

#1DB30E (or 0x1DB30E) is known color: Islamic Green. HEX triplet: 1D, B3 and 0E. RGB value is (29,179,14). Sum of RGB (Red+Green+Blue) = 29+179+14=222 (29% of max value = 765). Red value is 29 (11.72% from 255 or 13.06% from 222); Green value is 179 (70.31% from 255 or 80.63% from 222); Blue value is 14 (5.86% from 255 or 6.31% from 222); Max value from RGB is 179 - color contains mainly: green. Hex color #1DB30E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DB30E is #E24CF1. Grayscale: #737373. Windows color (decimal): -14830834 or 963357. OLE color: 963357.

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

Color convert

RGB 29 179 14 -
CMYK 0.84 0 0.92 0.30
HSL 114.55º 0.85% 0.38% -
HSV(B) 114.55º 0.92% 0.7% -
XYZ 16.71 32.53 5.81 -
YUV 115.34 70.81 66.42 -
System Red Green Blue C M Y K H S L
Decimal 29 179 14 0.84 0 0.92 0.30 114.55 0.85 0.38
Hex 1D B3 E 54 0 5C 1E 73 55 26
Octal 35 263 16 124 0 134 36 163 125 46
Binary 11101 10110011 1110 1010100 0 1011100 11110 1110011 1010101 100110

Color Harmonies of #1DB30E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DB30E

Black with #1DB30E

Text Example


Text Example

White with #1DB30E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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