Html Css Color HEX #13872A Forest Green

📋 copy color: '#13872A'

red 19 ◦ green 135 ◦ blue 42

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

Shades of Forest Green #13872A

Tints of Forest Green #13872A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 21.43%

R = 9.69%
G = 68.88%
B = 21.43%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.69

 K value IS 0.47

RGB Variations

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

Color information

#13872A (or 0x13872A) is known color: Forest Green. HEX triplet: 13, 87 and 2A. RGB value is (19,135,42). Sum of RGB (Red+Green+Blue) = 19+135+42=196 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.69% from 196); Green value is 135 (53.12% from 255 or 68.88% from 196); Blue value is 42 (16.80% from 255 or 21.43% from 196); Max value from RGB is 135 - color contains mainly: green. Hex color #13872A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13872A is #EC78D5. Grayscale: #595959. Windows color (decimal): -15497430 or 2787091. OLE color: 2787091.

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

Color convert

RGB 19 135 42 -
CMYK 0.86 0 0.69 0.47
HSL 131.9º 0.75% 0.3% -
HSV(B) 131.9º 0.86% 0.53% -
XYZ 9.35 17.63 5.1 -
YUV 89.71 101.07 77.56 -
System Red Green Blue C M Y K H S L
Decimal 19 135 42 0.86 0 0.69 0.47 131.9 0.75 0.3
Hex 13 87 2A 56 0 45 2F 84 4B 1E
Octal 23 207 52 126 0 105 57 204 113 36
Binary 10011 10000111 101010 1010110 0 1000101 101111 10000100 1001011 11110

Color Harmonies of #13872A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13872A

Black with #13872A

Text Example


Text Example

White with #13872A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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