Html Css Color HEX #13962A Forest Green

📋 copy color: '#13962A'

red 19 ◦ green 150 ◦ blue 42

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

Shades of Forest Green #13962A

Tints of Forest Green #13962A

RGB

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

 GREEN value IS 150 (58.98% from 255) = 71.09%

 BLUE value IS 42 (16.8% from 255) = 19.91%

R = 9%
G = 71.09%
B = 19.91%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.72

 K value IS 0.41

RGB Variations

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

Color information

#13962A (or 0x13962A) is known color: Forest Green. HEX triplet: 13, 96 and 2A. RGB value is (19,150,42). Sum of RGB (Red+Green+Blue) = 19+150+42=211 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.00% from 211); Green value is 150 (58.98% from 255 or 71.09% from 211); Blue value is 42 (16.80% from 255 or 19.91% from 211); Max value from RGB is 150 - color contains mainly: green. Hex color #13962A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13962A is #EC69D5. Grayscale: #626262. Windows color (decimal): -15493590 or 2790931. OLE color: 2790931.

HSL color Cylindrical-coordinate representation of color #13962A: hue angle of 130.53º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #13962A is Cyan = 0.87, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.41.

Color convert

RGB 19 150 42 -
CMYK 0.87 0 0.72 0.41
HSL 130.53º 0.78% 0.33% -
HSV(B) 130.53º 0.87% 0.59% -
XYZ 11.59 22.12 5.85 -
YUV 98.52 96.1 71.28 -
System Red Green Blue C M Y K H S L
Decimal 19 150 42 0.87 0 0.72 0.41 130.53 0.78 0.33
Hex 13 96 2A 57 0 48 29 83 4E 21
Octal 23 226 52 127 0 110 51 203 116 41
Binary 10011 10010110 101010 1010111 0 1001000 101001 10000011 1001110 100001

Color Harmonies of #13962A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13962A

Black with #13962A

Text Example


Text Example

White with #13962A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13962A; }

 p { color: rgb(19,150,42); }

 H1.HeaderClassName
 {
   color: #13962A;
 }
 .AnyTagClassName
 {
   color: #13962A;
 }
</style>

background-color css

<style>
 a { background-color: #13962A; }

 a { background-color: rgb(19,150,42); }

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

border-color css

<style>
 span { border-color: #13962A; }

 span { border-color: rgb(19,150,42); }

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