Html Css Color HEX #13872D Forest Green

📋 copy color: '#13872D'

red 19 ◦ green 135 ◦ blue 45

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

Shades of Forest Green #13872D

Tints of Forest Green #13872D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 67.84%

 BLUE value IS 45 (17.97% from 255) = 22.61%

R = 9.55%
G = 67.84%
B = 22.61%

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

#13872D (or 0x13872D) is known color: Forest Green. HEX triplet: 13, 87 and 2D. RGB value is (19,135,45). Sum of RGB (Red+Green+Blue) = 19+135+45=199 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.55% from 199); Green value is 135 (53.12% from 255 or 67.84% from 199); Blue value is 45 (17.97% from 255 or 22.61% from 199); Max value from RGB is 135 - color contains mainly: green. Hex color #13872D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13872D is #EC78D2. Grayscale: #5A5A5A. Windows color (decimal): -15497427 or 2983699. OLE color: 2983699.

HSL color Cylindrical-coordinate representation of color #13872D: hue angle of 133.45º 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 #13872D is Cyan = 0.86, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.47.

Color convert

RGB 19 135 45 -
CMYK 0.86 0 0.67 0.47
HSL 133.45º 0.75% 0.3% -
HSV(B) 133.45º 0.86% 0.53% -
XYZ 9.41 17.66 5.39 -
YUV 90.06 102.57 77.32 -
System Red Green Blue C M Y K H S L
Decimal 19 135 45 0.86 0 0.67 0.47 133.45 0.75 0.3
Hex 13 87 2D 56 0 43 2F 85 4B 1E
Octal 23 207 55 126 0 103 57 205 113 36
Binary 10011 10000111 101101 1010110 0 1000011 101111 10000101 1001011 11110

Color Harmonies of #13872D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13872D

Black with #13872D

Text Example


Text Example

White with #13872D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13872D; }

 p { color: rgb(19,135,45); }

 H1.HeaderClassName
 {
   color: #13872D;
 }
 .AnyTagClassName
 {
   color: #13872D;
 }
</style>

background-color css

<style>
 a { background-color: #13872D; }

 a { background-color: rgb(19,135,45); }

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

border-color css

<style>
 span { border-color: #13872D; }

 span { border-color: rgb(19,135,45); }

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