Html Css Color HEX #1DDB13 Free Speech Green

📋 copy color: '#1DDB13'

red 29 ◦ green 219 ◦ blue 19

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

Shades of Free Speech Green #1DDB13

Tints of Free Speech Green #1DDB13

RGB

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

 GREEN value IS 219 (85.94% from 255) = 82.02%

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

R = 10.86%
G = 82.02%
B = 7.12%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#1DDB13 (or 0x1DDB13) is known color: Free Speech Green. HEX triplet: 1D, DB and 13. RGB value is (29,219,19). Sum of RGB (Red+Green+Blue) = 29+219+19=267 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.86% from 267); Green value is 219 (85.94% from 255 or 82.02% from 267); Blue value is 19 (7.81% from 255 or 7.12% from 267); Max value from RGB is 219 - color contains mainly: green. Hex color #1DDB13 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DDB13 is #E224EC. Grayscale: #8B8B8B. Windows color (decimal): -14820589 or 1301277. OLE color: 1301277.

HSL color Cylindrical-coordinate representation of color #1DDB13: hue angle of 117º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1DDB13 is Cyan = 0.87, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.14.

Color convert

RGB 29 219 19 -
CMYK 0.87 0 0.91 0.14
HSL 117º 0.84% 0.47% -
HSV(B) 117º 0.91% 0.86% -
XYZ 25.96 50.97 9.09 -
YUV 139.39 60.05 49.26 -
System Red Green Blue C M Y K H S L
Decimal 29 219 19 0.87 0 0.91 0.14 117 0.84 0.47
Hex 1D DB 13 57 0 5B E 75 54 2F
Octal 35 333 23 127 0 133 16 165 124 57
Binary 11101 11011011 10011 1010111 0 1011011 1110 1110101 1010100 101111

Color Harmonies of #1DDB13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DDB13

Black with #1DDB13

Text Example


Text Example

White with #1DDB13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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