Html Css Color HEX #13E328 Free Speech Green

📋 copy color: '#13E328'

red 19 ◦ green 227 ◦ blue 40

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

Shades of Free Speech Green #13E328

Tints of Free Speech Green #13E328

RGB

 RED value IS 19 (7.81% from 255) = 6.64%

 GREEN value IS 227 (89.06% from 255) = 79.37%

 BLUE value IS 40 (16.02% from 255) = 13.99%

R = 6.64%
G = 79.37%
B = 13.99%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.82

 K value IS 0.11

RGB Variations

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

Color information

#13E328 (or 0x13E328) is known color: Free Speech Green. HEX triplet: 13, E3 and 28. RGB value is (19,227,40). Sum of RGB (Red+Green+Blue) = 19+227+40=286 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.64% from 286); Green value is 227 (89.06% from 255 or 79.37% from 286); Blue value is 40 (16.02% from 255 or 13.99% from 286); Max value from RGB is 227 - color contains mainly: green. Hex color #13E328 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13E328 is #EC1CD7. Grayscale: #909090. Windows color (decimal): -15473880 or 2679571. OLE color: 2679571.

HSL color Cylindrical-coordinate representation of color #13E328: hue angle of 126.06º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13E328 is Cyan = 0.92, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.11.

Color convert

RGB 19 227 40 -
CMYK 0.92 0 0.82 0.11
HSL 126.06º 0.85% 0.48% -
HSV(B) 126.06º 0.92% 0.89% -
XYZ 28.12 55.23 11.19 -
YUV 143.49 69.59 39.21 -
System Red Green Blue C M Y K H S L
Decimal 19 227 40 0.92 0 0.82 0.11 126.06 0.85 0.48
Hex 13 E3 28 5C 0 52 B 7E 55 30
Octal 23 343 50 134 0 122 13 176 125 60
Binary 10011 11100011 101000 1011100 0 1010010 1011 1111110 1010101 110000

Color Harmonies of #13E328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13E328

Black with #13E328

Text Example


Text Example

White with #13E328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13E328; }

 p { color: rgb(19,227,40); }

 H1.HeaderClassName
 {
   color: #13E328;
 }
 .AnyTagClassName
 {
   color: #13E328;
 }
</style>

background-color css

<style>
 a { background-color: #13E328; }

 a { background-color: rgb(19,227,40); }

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

border-color css

<style>
 span { border-color: #13E328; }

 span { border-color: rgb(19,227,40); }

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