Html Css Color HEX #13992F Forest Green

📋 copy color: '#13992F'

red 19 ◦ green 153 ◦ blue 47

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

Shades of Forest Green #13992F

Tints of Forest Green #13992F

RGB

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

 GREEN value IS 153 (60.16% from 255) = 69.86%

 BLUE value IS 47 (18.75% from 255) = 21.46%

R = 8.68%
G = 69.86%
B = 21.46%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.69

 K value IS 0.4

RGB Variations

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

Color information

#13992F (or 0x13992F) is known color: Forest Green. HEX triplet: 13, 99 and 2F. RGB value is (19,153,47). Sum of RGB (Red+Green+Blue) = 19+153+47=219 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.68% from 219); Green value is 153 (60.16% from 255 or 69.86% from 219); Blue value is 47 (18.75% from 255 or 21.46% from 219); Max value from RGB is 153 - color contains mainly: green. Hex color #13992F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13992F is #EC66D0. Grayscale: #656565. Windows color (decimal): -15492817 or 3119379. OLE color: 3119379.

HSL color Cylindrical-coordinate representation of color #13992F: hue angle of 132.54º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #13992F is Cyan = 0.88, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.4.

Color convert

RGB 19 153 47 -
CMYK 0.88 0 0.69 0.4
HSL 132.54º 0.78% 0.34% -
HSV(B) 132.54º 0.88% 0.6% -
XYZ 12.17 23.13 6.51 -
YUV 100.85 97.61 69.62 -
System Red Green Blue C M Y K H S L
Decimal 19 153 47 0.88 0 0.69 0.4 132.54 0.78 0.34
Hex 13 99 2F 58 0 45 28 85 4E 22
Octal 23 231 57 130 0 105 50 205 116 42
Binary 10011 10011001 101111 1011000 0 1000101 101000 10000101 1001110 100010

Color Harmonies of #13992F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13992F

Black with #13992F

Text Example


Text Example

White with #13992F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13992F; }

 p { color: rgb(19,153,47); }

 H1.HeaderClassName
 {
   color: #13992F;
 }
 .AnyTagClassName
 {
   color: #13992F;
 }
</style>

background-color css

<style>
 a { background-color: #13992F; }

 a { background-color: rgb(19,153,47); }

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

border-color css

<style>
 span { border-color: #13992F; }

 span { border-color: rgb(19,153,47); }

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