Html Css Color HEX #1DB415 Forest Green

📋 copy color: '#1DB415'

red 29 ◦ green 180 ◦ blue 21

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

Shades of Forest Green #1DB415

Tints of Forest Green #1DB415

RGB

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

 GREEN value IS 180 (70.7% from 255) = 78.26%

 BLUE value IS 21 (8.59% from 255) = 9.13%

R = 12.61%
G = 78.26%
B = 9.13%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.88

 K value IS 0.29

RGB Variations

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

Color information

#1DB415 (or 0x1DB415) is known color: Forest Green. HEX triplet: 1D, B4 and 15. RGB value is (29,180,21). Sum of RGB (Red+Green+Blue) = 29+180+21=230 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.61% from 230); Green value is 180 (70.70% from 255 or 78.26% from 230); Blue value is 21 (8.59% from 255 or 9.13% from 230); Max value from RGB is 180 - color contains mainly: green. Hex color #1DB415 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DB415 is #E24BEA. Grayscale: #757575. Windows color (decimal): -14830571 or 1422365. OLE color: 1422365.

HSL color Cylindrical-coordinate representation of color #1DB415: hue angle of 116.98º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DB415 is Cyan = 0.84, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.29.

Color convert

RGB 29 180 21 -
CMYK 0.84 0 0.88 0.29
HSL 116.98º 0.79% 0.39% -
HSV(B) 116.98º 0.88% 0.71% -
XYZ 16.96 32.96 6.18 -
YUV 116.73 73.97 65.43 -
System Red Green Blue C M Y K H S L
Decimal 29 180 21 0.84 0 0.88 0.29 116.98 0.79 0.39
Hex 1D B4 15 54 0 58 1D 75 4F 27
Octal 35 264 25 124 0 130 35 165 117 47
Binary 11101 10110100 10101 1010100 0 1011000 11101 1110101 1001111 100111

Color Harmonies of #1DB415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DB415

Black with #1DB415

Text Example


Text Example

White with #1DB415

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,180,21); }

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

background-color css

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

 a { background-color: rgb(29,180,21); }

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

border-color css

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

 span { border-color: rgb(29,180,21); }

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