Html Css Color HEX #29FF2F Free Speech Green

📋 copy color: '#29FF2F'

red 41 ◦ green 255 ◦ blue 47

#29FF2F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Green #29FF2F

Tints of Free Speech Green #29FF2F

RGB

 RED value IS 41 (16.41% from 255) = 11.95%

 GREEN value IS 255 (100% from 255) = 74.34%

 BLUE value IS 47 (18.75% from 255) = 13.7%

R = 11.95%
G = 74.34%
B = 13.7%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.82

 K value IS 0

RGB Variations

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

Color information

#29FF2F (or 0x29FF2F) is known color: Free Speech Green. HEX triplet: 29, FF and 2F. RGB value is (41,255,47). Sum of RGB (Red+Green+Blue) = 41+255+47=343 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.95% from 343); Green value is 255 (100% from 255 or 74.34% from 343); Blue value is 47 (18.75% from 255 or 13.70% from 343); Max value from RGB is 255 - color contains mainly: green. Hex color #29FF2F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #29FF2F is #D600D0. Grayscale: #A7A7A7. Windows color (decimal): -14024913 or 3145513. OLE color: 3145513.

HSL color Cylindrical-coordinate representation of color #29FF2F: hue angle of 121.68º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #29FF2F is Cyan = 0.84, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.

Color convert

RGB 41 255 47 -
CMYK 0.84 0 0.82 0
HSL 121.68º 1% 0.58% -
HSV(B) 121.68º 0.84% 1% -
XYZ 37.19 72.2 14.66 -
YUV 167.3 60.1 37.91 -
System Red Green Blue C M Y K H S L
Decimal 41 255 47 0.84 0 0.82 0 121.68 1 0.58
Hex 29 FF 2F 54 0 52 0 7A 64 3A
Octal 51 377 57 124 0 122 0 172 144 72
Binary 101001 11111111 101111 1010100 0 1010010 0 1111010 1100100 111010

Color Harmonies of #29FF2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29FF2F

Black with #29FF2F

Text Example


Text Example

White with #29FF2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,255,47); }

 H1.HeaderClassName
 {
   color: #29FF2F;
 }
 .AnyTagClassName
 {
   color: #29FF2F;
 }
</style>

background-color css

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

 a { background-color: rgb(41,255,47); }

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

border-color css

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

 span { border-color: rgb(41,255,47); }

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