Html Css Color HEX #13802B Forest Green

📋 copy color: '#13802B'

red 19 ◦ green 128 ◦ blue 43

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

Shades of Forest Green #13802B

Tints of Forest Green #13802B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 22.63%

R = 10%
G = 67.37%
B = 22.63%

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

#13802B (or 0x13802B) is known color: Forest Green. HEX triplet: 13, 80 and 2B. RGB value is (19,128,43). Sum of RGB (Red+Green+Blue) = 19+128+43=190 (25% of max value = 765). Red value is 19 (7.81% from 255 or 10% from 190); Green value is 128 (50.39% from 255 or 67.37% from 190); Blue value is 43 (17.19% from 255 or 22.63% from 190); Max value from RGB is 128 - color contains mainly: green. Hex color #13802B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13802B is #EC7FD4. Grayscale: #555555. Windows color (decimal): -15499221 or 2850835. OLE color: 2850835.

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

Color convert

RGB 19 128 43 -
CMYK 0.85 0 0.66 0.50
HSL 133.21º 0.74% 0.29% -
HSV(B) 133.21º 0.85% 0.5% -
XYZ 8.42 15.75 4.88 -
YUV 85.72 103.89 80.41 -
System Red Green Blue C M Y K H S L
Decimal 19 128 43 0.85 0 0.66 0.50 133.21 0.74 0.29
Hex 13 80 2B 55 0 42 32 85 4A 1D
Octal 23 200 53 125 0 102 62 205 112 35
Binary 10011 10000000 101011 1010101 0 1000010 110010 10000101 1001010 11101

Color Harmonies of #13802B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13802B

Black with #13802B

Text Example


Text Example

White with #13802B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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