#1DF129

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

Shades of Free Speech Green #1DF129

Tints of Free Speech Green #1DF129

Color information

#1DF129 (or 0x1DF129) is unknown color: approx Free Speech Green. HEX triplet: 1D, F1 and 29. RGB value is (29,241,41). Sum of RGB (Red+Green+Blue) = 29+241+41=311 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.32% from 311); Green value is 241 (94.53% from 255 or 77.49% from 311); Blue value is 41 (16.41% from 255 or 13.18% from 311); Max value from RGB is 241 - color contains mainly: green. Hex color #1DF129 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1DF129 is #E20ED6. Grayscale: #9B9B9B. Windows color (decimal): -14814935 or 2748701. OLE color: 2748701.

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

Color convert

RGB2924141-
CMYK0.8800.830.05
HSL123.4º88.33%52.94%-
HSV(B)123.4º87.97%94.51%-
XYZ32.3663.3312.62-
YUV154.8163.7638.26-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 9.32%
GREEN value IS 241 (94.53% from 255) = 77.49%
BLUE value IS 41 (16.41% from 255) = 13.18%
R=9.32%
G=77.49%
B=13.18%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal29241410.8800.830.05123.488.3352.94
Hex1DF1295805357b5835
Octal35361511300123517313065
Binary111011111000110100110110000101001110111110111011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DF129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,241,41); }

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

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

 a { background-color: rgb(29,241,41); }

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

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

 span { border-color: rgb(29,241,41); }

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