Html Css Color HEX #13A123 Forest Green

📋 copy color: '#13A123'

red 19 ◦ green 161 ◦ blue 35

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

Shades of Forest Green #13A123

Tints of Forest Green #13A123

RGB

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

 GREEN value IS 161 (63.28% from 255) = 74.88%

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

R = 8.84%
G = 74.88%
B = 16.28%

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

#13A123 (or 0x13A123) is known color: Forest Green. HEX triplet: 13, A1 and 23. RGB value is (19,161,35). Sum of RGB (Red+Green+Blue) = 19+161+35=215 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.84% from 215); Green value is 161 (63.28% from 255 or 74.88% from 215); Blue value is 35 (14.06% from 255 or 16.28% from 215); Max value from RGB is 161 - color contains mainly: green. Hex color #13A123 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13A123 is #EC5EDC. Grayscale: #686868. Windows color (decimal): -15490781 or 2334995. OLE color: 2334995.

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

Color convert

RGB 19 161 35 -
CMYK 0.88 0 0.78 0.37
HSL 126.76º 0.79% 0.35% -
HSV(B) 126.76º 0.88% 0.63% -
XYZ 13.32 25.75 5.86 -
YUV 104.18 88.96 67.25 -
System Red Green Blue C M Y K H S L
Decimal 19 161 35 0.88 0 0.78 0.37 126.76 0.79 0.35
Hex 13 A1 23 58 0 4E 25 7F 4F 23
Octal 23 241 43 130 0 116 45 177 117 43
Binary 10011 10100001 100011 1011000 0 1001110 100101 1111111 1001111 100011

Color Harmonies of #13A123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13A123

Black with #13A123

Text Example


Text Example

White with #13A123

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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