Html Css Color HEX #13A017 Forest Green

📋 copy color: '#13A017'

red 19 ◦ green 160 ◦ blue 23

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

Shades of Forest Green #13A017

Tints of Forest Green #13A017

RGB

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

 GREEN value IS 160 (62.89% from 255) = 79.21%

 BLUE value IS 23 (9.38% from 255) = 11.39%

R = 9.41%
G = 79.21%
B = 11.39%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.86

 K value IS 0.37

RGB Variations

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

Color information

#13A017 (or 0x13A017) is known color: Forest Green. HEX triplet: 13, A0 and 17. RGB value is (19,160,23). Sum of RGB (Red+Green+Blue) = 19+160+23=202 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.41% from 202); Green value is 160 (62.89% from 255 or 79.21% from 202); Blue value is 23 (9.38% from 255 or 11.39% from 202); Max value from RGB is 160 - color contains mainly: green. Hex color #13A017 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #13A017 is #EC5FE8. Grayscale: #666666. Windows color (decimal): -15491049 or 1548307. OLE color: 1548307.

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

Color convert

RGB 19 160 23 -
CMYK 0.88 0 0.86 0.37
HSL 121.7º 0.79% 0.35% -
HSV(B) 121.7º 0.88% 0.63% -
XYZ 12.99 25.34 5.02 -
YUV 102.22 83.29 68.64 -
System Red Green Blue C M Y K H S L
Decimal 19 160 23 0.88 0 0.86 0.37 121.7 0.79 0.35
Hex 13 A0 17 58 0 56 25 7A 4F 23
Octal 23 240 27 130 0 126 45 172 117 43
Binary 10011 10100000 10111 1011000 0 1010110 100101 1111010 1001111 100011

Color Harmonies of #13A017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13A017

Black with #13A017

Text Example


Text Example

White with #13A017

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,160,23); }

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

background-color css

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

 a { background-color: rgb(19,160,23); }

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

border-color css

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

 span { border-color: rgb(19,160,23); }

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