Html Css Color HEX #13A51E Forest Green

📋 copy color: '#13A51E'

red 19 ◦ green 165 ◦ blue 30

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

Shades of Forest Green #13A51E

Tints of Forest Green #13A51E

RGB

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

 GREEN value IS 165 (64.84% from 255) = 77.1%

 BLUE value IS 30 (12.11% from 255) = 14.02%

R = 8.88%
G = 77.1%
B = 14.02%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.82

 K value IS 0.35

RGB Variations

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

Color information

#13A51E (or 0x13A51E) is known color: Forest Green. HEX triplet: 13, A5 and 1E. RGB value is (19,165,30). Sum of RGB (Red+Green+Blue) = 19+165+30=214 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.88% from 214); Green value is 165 (64.84% from 255 or 77.10% from 214); Blue value is 30 (12.11% from 255 or 14.02% from 214); Max value from RGB is 165 - color contains mainly: green. Hex color #13A51E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13A51E is #EC5AE1. Grayscale: #6A6A6A. Windows color (decimal): -15489762 or 2008339. OLE color: 2008339.

HSL color Cylindrical-coordinate representation of color #13A51E: hue angle of 124.52º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #13A51E is Cyan = 0.88, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.35.

Color convert

RGB 19 165 30 -
CMYK 0.88 0 0.82 0.35
HSL 124.52º 0.79% 0.36% -
HSV(B) 124.52º 0.88% 0.65% -
XYZ 13.96 27.14 5.73 -
YUV 105.96 85.13 65.98 -
System Red Green Blue C M Y K H S L
Decimal 19 165 30 0.88 0 0.82 0.35 124.52 0.79 0.36
Hex 13 A5 1E 58 0 52 23 7D 4F 24
Octal 23 245 36 130 0 122 43 175 117 44
Binary 10011 10100101 11110 1011000 0 1010010 100011 1111101 1001111 100100

Color Harmonies of #13A51E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13A51E

Black with #13A51E

Text Example


Text Example

White with #13A51E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,165,30); }

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

background-color css

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

 a { background-color: rgb(19,165,30); }

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

border-color css

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

 span { border-color: rgb(19,165,30); }

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