#1DF317

Color #1DF317 Free Speech Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Green #1DF317

Tints of Free Speech Green #1DF317

Color information

#1DF317 (or 0x1DF317) is unknown color: approx Free Speech Green. HEX triplet: 1D, F3 and 17. RGB value is (29,243,23). Sum of RGB (Red+Green+Blue) = 29+243+23=295 (39% of max value = 765). Red value is 29 (11.72% from 255 or 9.83% from 295); Green value is 243 (95.31% from 255 or 82.37% from 295); Blue value is 23 (9.38% from 255 or 7.80% from 295); Max value from RGB is 243 - color contains mainly: green. Hex color #1DF317 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1DF317 is #E20CE8. Grayscale: #9A9A9A. Windows color (decimal): -14814441 or 1569565. OLE color: 1569565.

HSL color Cylindrical-coordinate representation of color #1DF317: hue angle of 118.36º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1DF317 is Cyan = 0.88, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.

Color convert

RGB2924323-
CMYK0.8800.910.05
HSL118.36º90.16%52.16%-
HSV(B)118.36º90.53%95.29%-
XYZ32.7164.4211.52-
YUV153.9354.138.89-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 9.83%
GREEN value IS 243 (95.31% from 255) = 82.37%
BLUE value IS 23 (9.38% from 255) = 7.80%
R=9.83%
G=82.37%
B=7.80%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal29243230.8800.910.05118.3690.1652.16
Hex1DF3175805B5765a34
Octal35363271300133516613264
Binary11101111100111011110110000101101110111101101011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DF317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,243,23); }

 H1.HeaderClassName
 {
   color: #1DF317;
 }
 .AnyTagClassName
 {
   color: #1DF317;
 }
</style>
background-color css

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

 a { background-color: rgb(29,243,23); }

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

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

 span { border-color: rgb(29,243,23); }

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