Html Css Color HEX #13982D Forest Green

📋 copy color: '#13982D'

red 19 ◦ green 152 ◦ blue 45

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

Shades of Forest Green #13982D

Tints of Forest Green #13982D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 70.37%

 BLUE value IS 45 (17.97% from 255) = 20.83%

R = 8.8%
G = 70.37%
B = 20.83%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.70

 K value IS 0.40

RGB Variations

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

Color information

#13982D (or 0x13982D) is known color: Forest Green. HEX triplet: 13, 98 and 2D. RGB value is (19,152,45). Sum of RGB (Red+Green+Blue) = 19+152+45=216 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.80% from 216); Green value is 152 (59.77% from 255 or 70.37% from 216); Blue value is 45 (17.97% from 255 or 20.83% from 216); Max value from RGB is 152 - color contains mainly: green. Hex color #13982D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13982D is #EC67D2. Grayscale: #646464. Windows color (decimal): -15493075 or 2988051. OLE color: 2988051.

HSL color Cylindrical-coordinate representation of color #13982D: hue angle of 131.73º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #13982D is Cyan = 0.87, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.40.

Color convert

RGB 19 152 45 -
CMYK 0.87 0 0.70 0.40
HSL 131.73º 0.78% 0.34% -
HSV(B) 131.73º 0.88% 0.6% -
XYZ 11.97 22.78 6.25 -
YUV 100.04 96.94 70.2 -
System Red Green Blue C M Y K H S L
Decimal 19 152 45 0.87 0 0.70 0.40 131.73 0.78 0.34
Hex 13 98 2D 57 0 46 28 84 4E 22
Octal 23 230 55 127 0 106 50 204 116 42
Binary 10011 10011000 101101 1010111 0 1000110 101000 10000100 1001110 100010

Color Harmonies of #13982D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13982D

Black with #13982D

Text Example


Text Example

White with #13982D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,152,45); }

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

background-color css

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

 a { background-color: rgb(19,152,45); }

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

border-color css

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

 span { border-color: rgb(19,152,45); }

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