Html Css Color HEX #1DB30F Islamic Green

📋 copy color: '#1DB30F'

red 29 ◦ green 179 ◦ blue 15

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

Shades of Islamic Green #1DB30F

Tints of Islamic Green #1DB30F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.73%

R = 13%
G = 80.27%
B = 6.73%

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

#1DB30F (or 0x1DB30F) is known color: Islamic Green. HEX triplet: 1D, B3 and 0F. RGB value is (29,179,15). Sum of RGB (Red+Green+Blue) = 29+179+15=223 (29% of max value = 765). Red value is 29 (11.72% from 255 or 13.00% from 223); Green value is 179 (70.31% from 255 or 80.27% from 223); Blue value is 15 (6.25% from 255 or 6.73% from 223); Max value from RGB is 179 - color contains mainly: green. Hex color #1DB30F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DB30F is #E24CF0. Grayscale: #737373. Windows color (decimal): -14830833 or 1028893. OLE color: 1028893.

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

Color convert

RGB 29 179 15 -
CMYK 0.84 0 0.92 0.30
HSL 114.88º 0.85% 0.38% -
HSV(B) 114.88º 0.92% 0.7% -
XYZ 16.71 32.54 5.85 -
YUV 115.45 71.31 66.34 -
System Red Green Blue C M Y K H S L
Decimal 29 179 15 0.84 0 0.92 0.30 114.88 0.85 0.38
Hex 1D B3 F 54 0 5C 1E 73 55 26
Octal 35 263 17 124 0 134 36 163 125 46
Binary 11101 10110011 1111 1010100 0 1011100 11110 1110011 1010101 100110

Color Harmonies of #1DB30F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DB30F

Black with #1DB30F

Text Example


Text Example

White with #1DB30F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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