#29EB1D

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

Shades of Free Speech Green #29EB1D

Tints of Free Speech Green #29EB1D

Color information

#29EB1D (or 0x29EB1D) is unknown color: approx Free Speech Green. HEX triplet: 29, EB and 1D. RGB value is (41,235,29). Sum of RGB (Red+Green+Blue) = 41+235+29=305 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.44% from 305); Green value is 235 (92.19% from 255 or 77.05% from 305); Blue value is 29 (11.72% from 255 or 9.51% from 305); Max value from RGB is 235 - color contains mainly: green. Hex color #29EB1D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #29EB1D is #D614E2. Grayscale: #9A9A9A. Windows color (decimal): -14030051 or 1960745. OLE color: 1960745.

HSL color Cylindrical-coordinate representation of color #29EB1D: hue angle of 116.5º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #29EB1D is Cyan = 0.83, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.08.

Color convert

RGB4123529-
CMYK0.8300.880.08
HSL116.5º83.74%51.76%-
HSV(B)116.5º87.66%92.16%-
XYZ30.8459.9811.11-
YUV153.5157.7347.75-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.44%
GREEN value IS 235 (92.19% from 255) = 77.05%
BLUE value IS 29 (11.72% from 255) = 9.51%
R=13.44%
G=77.05%
B=9.51%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal41235290.8300.880.08116.583.7451.76
Hex29EB1D530588755434
Octal513533512301301016512464
Binary1010011110101111101101001101011000100011101011010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29EB1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29EB1D; }

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

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

<style>
 a { background-color: #29EB1D; }

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

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

<style>
 span { border-color: #29EB1D; }

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

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