#27F019

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

Shades of Free Speech Green #27F019

Tints of Free Speech Green #27F019

Color information

#27F019 (or 0x27F019) is unknown color: approx Free Speech Green. HEX triplet: 27, F0 and 19. RGB value is (39,240,25). Sum of RGB (Red+Green+Blue) = 39+240+25=304 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.83% from 304); Green value is 240 (94.14% from 255 or 78.95% from 304); Blue value is 25 (10.16% from 255 or 8.22% from 304); Max value from RGB is 240 - color contains mainly: green. Hex color #27F019 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #27F019 is #D80FE6. Grayscale: #9C9C9C. Windows color (decimal): -14159847 or 1699879. OLE color: 1699879.

HSL color Cylindrical-coordinate representation of color #27F019: hue angle of 116.09º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #27F019 is Cyan = 0.84, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.06.

Color convert

RGB3924025-
CMYK0.8400.900.06
HSL116.09º87.76%51.96%-
HSV(B)116.09º89.58%94.12%-
XYZ32.1762.8211.35-
YUV155.3954.4144.98-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.83%
GREEN value IS 240 (94.14% from 255) = 78.95%
BLUE value IS 25 (10.16% from 255) = 8.22%
R=12.83%
G=78.95%
B=8.22%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal39240250.8400.900.06116.0987.7651.96
Hex27F0195405A6745834
Octal47360311240132616413064
Binary100111111100001100110101000101101011011101001011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27F019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27F019; }

 p { color: rgb(39,240,25); }

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

<style>
 a { background-color: #27F019; }

 a { background-color: rgb(39,240,25); }

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

<style>
 span { border-color: #27F019; }

 span { border-color: rgb(39,240,25); }

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