Html Css Color HEX #13821D Forest Green

📋 copy color: '#13821D'

red 19 ◦ green 130 ◦ blue 29

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

Shades of Forest Green #13821D

Tints of Forest Green #13821D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 73.03%

 BLUE value IS 29 (11.72% from 255) = 16.29%

R = 10.67%
G = 73.03%
B = 16.29%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.78

 K value IS 0.49

RGB Variations

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

Color information

#13821D (or 0x13821D) is known color: Forest Green. HEX triplet: 13, 82 and 1D. RGB value is (19,130,29). Sum of RGB (Red+Green+Blue) = 19+130+29=178 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.67% from 178); Green value is 130 (51.17% from 255 or 73.03% from 178); Blue value is 29 (11.72% from 255 or 16.29% from 178); Max value from RGB is 130 - color contains mainly: green. Hex color #13821D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13821D is #EC7DE2. Grayscale: #555555. Windows color (decimal): -15498723 or 1933843. OLE color: 1933843.

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

Color convert

RGB 19 130 29 -
CMYK 0.85 0 0.78 0.49
HSL 125.41º 0.74% 0.29% -
HSV(B) 125.41º 0.85% 0.51% -
XYZ 8.47 16.19 3.84 -
YUV 85.3 96.23 80.71 -
System Red Green Blue C M Y K H S L
Decimal 19 130 29 0.85 0 0.78 0.49 125.41 0.74 0.29
Hex 13 82 1D 55 0 4E 31 7D 4A 1D
Octal 23 202 35 125 0 116 61 175 112 35
Binary 10011 10000010 11101 1010101 0 1001110 110001 1111101 1001010 11101

Color Harmonies of #13821D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13821D

Black with #13821D

Text Example


Text Example

White with #13821D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,130,29); }

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

background-color css

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

 a { background-color: rgb(19,130,29); }

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

border-color css

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

 span { border-color: rgb(19,130,29); }

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