Html Css Color HEX #13801C Forest Green

📋 copy color: '#13801C'

red 19 ◦ green 128 ◦ blue 28

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

Shades of Forest Green #13801C

Tints of Forest Green #13801C

RGB

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

 GREEN value IS 128 (50.39% from 255) = 73.14%

 BLUE value IS 28 (11.33% from 255) = 16%

R = 10.86%
G = 73.14%
B = 16%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.78

 K value IS 0.50

RGB Variations

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

Color information

#13801C (or 0x13801C) is known color: Forest Green. HEX triplet: 13, 80 and 1C. RGB value is (19,128,28). Sum of RGB (Red+Green+Blue) = 19+128+28=175 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.86% from 175); Green value is 128 (50.39% from 255 or 73.14% from 175); Blue value is 28 (11.33% from 255 or 16% from 175); Max value from RGB is 128 - color contains mainly: green. Hex color #13801C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13801C is #EC7FE3. Grayscale: #545454. Windows color (decimal): -15499236 or 1867795. OLE color: 1867795.

HSL color Cylindrical-coordinate representation of color #13801C: hue angle of 124.95º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #13801C is Cyan = 0.85, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.50.

Color convert

RGB 19 128 28 -
CMYK 0.85 0 0.78 0.50
HSL 124.95º 0.74% 0.29% -
HSV(B) 124.95º 0.85% 0.5% -
XYZ 8.2 15.66 3.69 -
YUV 84.01 96.39 81.63 -
System Red Green Blue C M Y K H S L
Decimal 19 128 28 0.85 0 0.78 0.50 124.95 0.74 0.29
Hex 13 80 1C 55 0 4E 32 7D 4A 1D
Octal 23 200 34 125 0 116 62 175 112 35
Binary 10011 10000000 11100 1010101 0 1001110 110010 1111101 1001010 11101

Color Harmonies of #13801C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13801C

Black with #13801C

Text Example


Text Example

White with #13801C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,128,28); }

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

background-color css

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

 a { background-color: rgb(19,128,28); }

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

border-color css

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

 span { border-color: rgb(19,128,28); }

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