Html Css Color HEX #13832C Forest Green

📋 copy color: '#13832C'

red 19 ◦ green 131 ◦ blue 44

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

Shades of Forest Green #13832C

Tints of Forest Green #13832C

RGB

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

 GREEN value IS 131 (51.56% from 255) = 67.53%

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

R = 9.79%
G = 67.53%
B = 22.68%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.66

 K value IS 0.49

RGB Variations

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

Color information

#13832C (or 0x13832C) is known color: Forest Green. HEX triplet: 13, 83 and 2C. RGB value is (19,131,44). Sum of RGB (Red+Green+Blue) = 19+131+44=194 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.79% from 194); Green value is 131 (51.56% from 255 or 67.53% from 194); Blue value is 44 (17.58% from 255 or 22.68% from 194); Max value from RGB is 131 - color contains mainly: green. Hex color #13832C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13832C is #EC7CD3. Grayscale: #575757. Windows color (decimal): -15498452 or 2917139. OLE color: 2917139.

HSL color Cylindrical-coordinate representation of color #13832C: hue angle of 133.39º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #13832C is Cyan = 0.85, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.49.

Color convert

RGB 19 131 44 -
CMYK 0.85 0 0.66 0.49
HSL 133.39º 0.75% 0.29% -
HSV(B) 133.39º 0.85% 0.51% -
XYZ 8.84 16.55 5.11 -
YUV 87.59 103.39 79.07 -
System Red Green Blue C M Y K H S L
Decimal 19 131 44 0.85 0 0.66 0.49 133.39 0.75 0.29
Hex 13 83 2C 55 0 42 31 85 4B 1D
Octal 23 203 54 125 0 102 61 205 113 35
Binary 10011 10000011 101100 1010101 0 1000010 110001 10000101 1001011 11101

Color Harmonies of #13832C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13832C

Black with #13832C

Text Example


Text Example

White with #13832C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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