Html Css Color HEX #13992C Forest Green

📋 copy color: '#13992C'

red 19 ◦ green 153 ◦ blue 44

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

Shades of Forest Green #13992C

Tints of Forest Green #13992C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 20.37%

R = 8.8%
G = 70.83%
B = 20.37%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.71

 K value IS 0.4

RGB Variations

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

Color information

#13992C (or 0x13992C) is known color: Forest Green. HEX triplet: 13, 99 and 2C. RGB value is (19,153,44). Sum of RGB (Red+Green+Blue) = 19+153+44=216 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.80% from 216); Green value is 153 (60.16% from 255 or 70.83% from 216); Blue value is 44 (17.58% from 255 or 20.37% from 216); Max value from RGB is 153 - color contains mainly: green. Hex color #13992C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13992C is #EC66D3. Grayscale: #646464. Windows color (decimal): -15492820 or 2922771. OLE color: 2922771.

HSL color Cylindrical-coordinate representation of color #13992C: hue angle of 131.19º 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 #13992C is Cyan = 0.88, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.4.

Color convert

RGB 19 153 44 -
CMYK 0.88 0 0.71 0.4
HSL 131.19º 0.78% 0.34% -
HSV(B) 131.19º 0.88% 0.6% -
XYZ 12.11 23.1 6.2 -
YUV 100.51 96.11 69.86 -
System Red Green Blue C M Y K H S L
Decimal 19 153 44 0.88 0 0.71 0.4 131.19 0.78 0.34
Hex 13 99 2C 58 0 47 28 83 4E 22
Octal 23 231 54 130 0 107 50 203 116 42
Binary 10011 10011001 101100 1011000 0 1000111 101000 10000011 1001110 100010

Color Harmonies of #13992C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13992C

Black with #13992C

Text Example


Text Example

White with #13992C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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