Html Css Color HEX #13802C Forest Green

📋 copy color: '#13802C'

red 19 ◦ green 128 ◦ blue 44

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

Shades of Forest Green #13802C

Tints of Forest Green #13802C

RGB

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

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

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

R = 9.95%
G = 67.02%
B = 23.04%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.66

 K value IS 0.50

RGB Variations

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

Color information

#13802C (or 0x13802C) is known color: Forest Green. HEX triplet: 13, 80 and 2C. RGB value is (19,128,44). Sum of RGB (Red+Green+Blue) = 19+128+44=191 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.95% from 191); Green value is 128 (50.39% from 255 or 67.02% from 191); Blue value is 44 (17.58% from 255 or 23.04% from 191); Max value from RGB is 128 - color contains mainly: green. Hex color #13802C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13802C is #EC7FD3. Grayscale: #565656. Windows color (decimal): -15499220 or 2916371. OLE color: 2916371.

HSL color Cylindrical-coordinate representation of color #13802C: hue angle of 133.76º 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 #13802C is Cyan = 0.85, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.50.

Color convert

RGB 19 128 44 -
CMYK 0.85 0 0.66 0.50
HSL 133.76º 0.74% 0.29% -
HSV(B) 133.76º 0.85% 0.5% -
XYZ 8.44 15.76 4.98 -
YUV 85.83 104.39 80.33 -
System Red Green Blue C M Y K H S L
Decimal 19 128 44 0.85 0 0.66 0.50 133.76 0.74 0.29
Hex 13 80 2C 55 0 42 32 86 4A 1D
Octal 23 200 54 125 0 102 62 206 112 35
Binary 10011 10000000 101100 1010101 0 1000010 110010 10000110 1001010 11101

Color Harmonies of #13802C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13802C

Black with #13802C

Text Example


Text Example

White with #13802C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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