#29F21F

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

Shades of Free Speech Green #29F21F

Tints of Free Speech Green #29F21F

Color information

#29F21F (or 0x29F21F) is unknown color: approx Free Speech Green. HEX triplet: 29, F2 and 1F. RGB value is (41,242,31). Sum of RGB (Red+Green+Blue) = 41+242+31=314 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.06% from 314); Green value is 242 (94.92% from 255 or 77.07% from 314); Blue value is 31 (12.5% from 255 or 9.87% from 314); Max value from RGB is 242 - color contains mainly: green. Hex color #29F21F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #29F21F is #D60DE0. Grayscale: #9E9E9E. Windows color (decimal): -14028257 or 2093609. OLE color: 2093609.

HSL color Cylindrical-coordinate representation of color #29F21F: hue angle of 117.16º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #29F21F is Cyan = 0.83, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.

Color convert

RGB4124231-
CMYK0.8300.870.05
HSL117.16º89.03%53.53%-
HSV(B)117.16º87.19%94.9%-
XYZ32.9164.0711.93-
YUV157.8556.4144.66-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.06%
GREEN value IS 242 (94.92% from 255) = 77.07%
BLUE value IS 31 (12.5% from 255) = 9.87%
R=13.06%
G=77.07%
B=9.87%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal41242310.8300.870.05117.1689.0353.53
Hex29F21F530575755936
Octal51362371230127516513166
Binary101001111100101111110100110101011110111101011011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29F21F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,242,31); }

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

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

 a { background-color: rgb(41,242,31); }

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

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

 span { border-color: rgb(41,242,31); }

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