Html Css Color HEX #139422 Forest Green

📋 copy color: '#139422'

red 19 ◦ green 148 ◦ blue 34

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

Shades of Forest Green #139422

Tints of Forest Green #139422

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 16.92%

R = 9.45%
G = 73.63%
B = 16.92%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.77

 K value IS 0.42

RGB Variations

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

Color information

#139422 (or 0x139422) is known color: Forest Green. HEX triplet: 13, 94 and 22. RGB value is (19,148,34). Sum of RGB (Red+Green+Blue) = 19+148+34=201 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.45% from 201); Green value is 148 (58.20% from 255 or 73.63% from 201); Blue value is 34 (13.67% from 255 or 16.92% from 201); Max value from RGB is 148 - color contains mainly: green. Hex color #139422 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #139422 is #EC6BDD. Grayscale: #606060. Windows color (decimal): -15494110 or 2266131. OLE color: 2266131.

HSL color Cylindrical-coordinate representation of color #139422: hue angle of 126.98º 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 #139422 is Cyan = 0.87, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.42.

Color convert

RGB 19 148 34 -
CMYK 0.87 0 0.77 0.42
HSL 126.98º 0.77% 0.33% -
HSV(B) 126.98º 0.87% 0.58% -
XYZ 11.15 21.43 5.06 -
YUV 96.43 92.76 72.77 -
System Red Green Blue C M Y K H S L
Decimal 19 148 34 0.87 0 0.77 0.42 126.98 0.77 0.33
Hex 13 94 22 57 0 4D 2A 7F 4D 21
Octal 23 224 42 127 0 115 52 177 115 41
Binary 10011 10010100 100010 1010111 0 1001101 101010 1111111 1001101 100001

Color Harmonies of #139422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139422

Black with #139422

Text Example


Text Example

White with #139422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139422; }

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

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

background-color css

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

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

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

border-color css

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

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

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