#03f82f

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

Shades of Free Speech Green #03F82F

Tints of Free Speech Green #03F82F

Color information

#03F82F (or 0x03F82F) is unknown color: approx Free Speech Green. HEX triplet: 03, F8 and 2F. RGB value is (3,248,47). Sum of RGB (Red+Green+Blue) = 3+248+47=298 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.01% from 298); Green value is 248 (97.27% from 255 or 83.22% from 298); Blue value is 47 (18.75% from 255 or 15.77% from 298); Max value from RGB is 248 - color contains mainly: green. Hex color #03F82F is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #03F82F is #FC07D0. Grayscale: #989898. Windows color (decimal): -16517073 or 3143683. OLE color: 3143683.

HSL color Cylindrical-coordinate representation of color #03F82F: hue angle of 130.78º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03F82F is Cyan = 0.99, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.03.

Color convert

RGB324847-
CMYK0.9900.810.03
HSL130.78º97.61%49.22%-
HSV(B)130.78º98.79%97.25%-
XYZ34.1267.3613.89-
YUV151.8368.8321.84-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.01%
GREEN value IS 248 (97.27% from 255) = 83.22%
BLUE value IS 47 (18.75% from 255) = 15.77%
R=1.01%
G=83.22%
B=15.77%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal3248470.9900.810.03130.7897.6149.22
Hex3F82F630513836231
Octal3370571430121320314261
Binary111111100010111111000110101000111100000111100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03f82f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03f82f; }

 p { color: rgb(3,248,47); }

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

<style>
 a { background-color: #03f82f; }

 a { background-color: rgb(3,248,47); }

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

<style>
 span { border-color: #03f82f; }

 span { border-color: rgb(3,248,47); }

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