Html Css Color HEX #1DB313 Forest Green

📋 copy color: '#1DB313'

red 29 ◦ green 179 ◦ blue 19

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

Shades of Forest Green #1DB313

Tints of Forest Green #1DB313

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.37%

R = 12.78%
G = 78.85%
B = 8.37%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#1DB313 (or 0x1DB313) is known color: Forest Green. HEX triplet: 1D, B3 and 13. RGB value is (29,179,19). Sum of RGB (Red+Green+Blue) = 29+179+19=227 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.78% from 227); Green value is 179 (70.31% from 255 or 78.85% from 227); Blue value is 19 (7.81% from 255 or 8.37% from 227); Max value from RGB is 179 - color contains mainly: green. Hex color #1DB313 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DB313 is #E24CEC. Grayscale: #747474. Windows color (decimal): -14830829 or 1291037. OLE color: 1291037.

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

Color convert

RGB 29 179 19 -
CMYK 0.84 0 0.89 0.30
HSL 116.25º 0.81% 0.39% -
HSV(B) 116.25º 0.89% 0.7% -
XYZ 16.74 32.55 6.02 -
YUV 115.91 73.31 66.01 -
System Red Green Blue C M Y K H S L
Decimal 29 179 19 0.84 0 0.89 0.30 116.25 0.81 0.39
Hex 1D B3 13 54 0 59 1E 74 51 27
Octal 35 263 23 124 0 131 36 164 121 47
Binary 11101 10110011 10011 1010100 0 1011001 11110 1110100 1010001 100111

Color Harmonies of #1DB313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DB313

Black with #1DB313

Text Example


Text Example

White with #1DB313

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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