Html Css Color HEX #137421 Forest Green

📋 copy color: '#137421'

red 19 ◦ green 116 ◦ blue 33

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

Shades of Forest Green #137421

Tints of Forest Green #137421

RGB

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

 GREEN value IS 116 (45.7% from 255) = 69.05%

 BLUE value IS 33 (13.28% from 255) = 19.64%

R = 11.31%
G = 69.05%
B = 19.64%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#137421 (or 0x137421) is known color: Forest Green. HEX triplet: 13, 74 and 21. RGB value is (19,116,33). Sum of RGB (Red+Green+Blue) = 19+116+33=168 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.31% from 168); Green value is 116 (45.70% from 255 or 69.05% from 168); Blue value is 33 (13.28% from 255 or 19.64% from 168); Max value from RGB is 116 - color contains mainly: green. Hex color #137421 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137421 is #EC8BDE. Grayscale: #4D4D4D. Windows color (decimal): -15502303 or 2192403. OLE color: 2192403.

HSL color Cylindrical-coordinate representation of color #137421: hue angle of 128.66º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #137421 is Cyan = 0.84, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB 19 116 33 -
CMYK 0.84 0 0.72 0.55
HSL 128.66º 0.72% 0.26% -
HSV(B) 128.66º 0.84% 0.45% -
XYZ 6.79 12.74 3.54 -
YUV 77.54 102.86 86.25 -
System Red Green Blue C M Y K H S L
Decimal 19 116 33 0.84 0 0.72 0.55 128.66 0.72 0.26
Hex 13 74 21 54 0 48 37 81 48 1A
Octal 23 164 41 124 0 110 67 201 110 32
Binary 10011 1110100 100001 1010100 0 1001000 110111 10000001 1001000 11010

Color Harmonies of #137421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137421

Black with #137421

Text Example


Text Example

White with #137421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137421; }

 p { color: rgb(19,116,33); }

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

background-color css

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

 a { background-color: rgb(19,116,33); }

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

border-color css

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

 span { border-color: rgb(19,116,33); }

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