Html Css Color HEX #13A023 Forest Green

📋 copy color: '#13A023'

red 19 ◦ green 160 ◦ blue 35

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

Shades of Forest Green #13A023

Tints of Forest Green #13A023

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 16.36%

R = 8.88%
G = 74.77%
B = 16.36%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.78

 K value IS 0.37

RGB Variations

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

Color information

#13A023 (or 0x13A023) is known color: Forest Green. HEX triplet: 13, A0 and 23. RGB value is (19,160,35). Sum of RGB (Red+Green+Blue) = 19+160+35=214 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.88% from 214); Green value is 160 (62.89% from 255 or 74.77% from 214); Blue value is 35 (14.06% from 255 or 16.36% from 214); Max value from RGB is 160 - color contains mainly: green. Hex color #13A023 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13A023 is #EC5FDC. Grayscale: #676767. Windows color (decimal): -15491037 or 2334739. OLE color: 2334739.

HSL color Cylindrical-coordinate representation of color #13A023: hue angle of 126.81º 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 #13A023 is Cyan = 0.88, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.37.

Color convert

RGB 19 160 35 -
CMYK 0.88 0 0.78 0.37
HSL 126.81º 0.79% 0.35% -
HSV(B) 126.81º 0.88% 0.63% -
XYZ 13.14 25.4 5.8 -
YUV 103.59 89.29 67.66 -
System Red Green Blue C M Y K H S L
Decimal 19 160 35 0.88 0 0.78 0.37 126.81 0.79 0.35
Hex 13 A0 23 58 0 4E 25 7F 4F 23
Octal 23 240 43 130 0 116 45 177 117 43
Binary 10011 10100000 100011 1011000 0 1001110 100101 1111111 1001111 100011

Color Harmonies of #13A023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13A023

Black with #13A023

Text Example


Text Example

White with #13A023

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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