#29EA1A

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

Shades of Free Speech Green #29EA1A

Tints of Free Speech Green #29EA1A

Color information

#29EA1A (or 0x29EA1A) is unknown color: approx Free Speech Green. HEX triplet: 29, EA and 1A. RGB value is (41,234,26). Sum of RGB (Red+Green+Blue) = 41+234+26=301 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.62% from 301); Green value is 234 (91.80% from 255 or 77.74% from 301); Blue value is 26 (10.55% from 255 or 8.64% from 301); Max value from RGB is 234 - color contains mainly: green. Hex color #29EA1A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #29EA1A is #D615E5. Grayscale: #999999. Windows color (decimal): -14030310 or 1763881. OLE color: 1763881.

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

Color convert

RGB4123426-
CMYK0.8200.890.08
HSL115.67º83.2%50.98%-
HSV(B)115.67º88.89%91.76%-
XYZ30.5259.3910.83-
YUV152.5856.5648.41-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.62%
GREEN value IS 234 (91.80% from 255) = 77.74%
BLUE value IS 26 (10.55% from 255) = 8.64%
R=13.62%
G=77.74%
B=8.64%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal41234260.8200.890.08115.6783.250.98
Hex29EA1A520598745333
Octal513523212201311016412363
Binary1010011110101011010101001001011001100011101001010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29EA1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,234,26); }

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

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

 a { background-color: rgb(41,234,26); }

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

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

 span { border-color: rgb(41,234,26); }

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