Html Css Color HEX #13862C Forest Green

📋 copy color: '#13862C'

red 19 ◦ green 134 ◦ blue 44

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

Shades of Forest Green #13862C

Tints of Forest Green #13862C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 68.02%

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

R = 9.64%
G = 68.02%
B = 22.34%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.67

 K value IS 0.47

RGB Variations

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

Color information

#13862C (or 0x13862C) is known color: Forest Green. HEX triplet: 13, 86 and 2C. RGB value is (19,134,44). Sum of RGB (Red+Green+Blue) = 19+134+44=197 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.64% from 197); Green value is 134 (52.73% from 255 or 68.02% from 197); Blue value is 44 (17.58% from 255 or 22.34% from 197); Max value from RGB is 134 - color contains mainly: green. Hex color #13862C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13862C is #EC79D3. Grayscale: #595959. Windows color (decimal): -15497684 or 2917907. OLE color: 2917907.

HSL color Cylindrical-coordinate representation of color #13862C: hue angle of 133.04º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #13862C is Cyan = 0.86, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.47.

Color convert

RGB 19 134 44 -
CMYK 0.86 0 0.67 0.47
HSL 133.04º 0.75% 0.3% -
HSV(B) 133.04º 0.86% 0.53% -
XYZ 9.25 17.37 5.25 -
YUV 89.36 102.4 77.82 -
System Red Green Blue C M Y K H S L
Decimal 19 134 44 0.86 0 0.67 0.47 133.04 0.75 0.3
Hex 13 86 2C 56 0 43 2F 85 4B 1E
Octal 23 206 54 126 0 103 57 205 113 36
Binary 10011 10000110 101100 1010110 0 1000011 101111 10000101 1001011 11110

Color Harmonies of #13862C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13862C

Black with #13862C

Text Example


Text Example

White with #13862C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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