Html Css Color HEX #139421 Forest Green

📋 copy color: '#139421'

red 19 ◦ green 148 ◦ blue 33

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

Shades of Forest Green #139421

Tints of Forest Green #139421

RGB

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

 GREEN value IS 148 (58.2% from 255) = 74%

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

R = 9.5%
G = 74%
B = 16.5%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.78

 K value IS 0.42

RGB Variations

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

Color information

#139421 (or 0x139421) is known color: Forest Green. HEX triplet: 13, 94 and 21. RGB value is (19,148,33). Sum of RGB (Red+Green+Blue) = 19+148+33=200 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.5% from 200); Green value is 148 (58.20% from 255 or 74% from 200); Blue value is 33 (13.28% from 255 or 16.5% from 200); Max value from RGB is 148 - color contains mainly: green. Hex color #139421 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #139421 is #EC6BDE. Grayscale: #606060. Windows color (decimal): -15494111 or 2200595. OLE color: 2200595.

HSL color Cylindrical-coordinate representation of color #139421: hue angle of 126.51º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #139421 is Cyan = 0.87, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.42.

Color convert

RGB 19 148 33 -
CMYK 0.87 0 0.78 0.42
HSL 126.51º 0.77% 0.33% -
HSV(B) 126.51º 0.87% 0.58% -
XYZ 11.13 21.43 4.99 -
YUV 96.32 92.26 72.85 -
System Red Green Blue C M Y K H S L
Decimal 19 148 33 0.87 0 0.78 0.42 126.51 0.77 0.33
Hex 13 94 21 57 0 4E 2A 7F 4D 21
Octal 23 224 41 127 0 116 52 177 115 41
Binary 10011 10010100 100001 1010111 0 1001110 101010 1111111 1001101 100001

Color Harmonies of #139421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139421

Black with #139421

Text Example


Text Example

White with #139421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139421; }

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

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

background-color css

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

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

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

border-color css

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

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

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