Html Css Color HEX #139234 Forest Green

📋 copy color: '#139234'

red 19 ◦ green 146 ◦ blue 52

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

Shades of Forest Green #139234

Tints of Forest Green #139234

RGB

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

 GREEN value IS 146 (57.42% from 255) = 67.28%

 BLUE value IS 52 (20.7% from 255) = 23.96%

R = 8.76%
G = 67.28%
B = 23.96%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.64

 K value IS 0.43

RGB Variations

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

Color information

#139234 (or 0x139234) is known color: Forest Green. HEX triplet: 13, 92 and 34. RGB value is (19,146,52). Sum of RGB (Red+Green+Blue) = 19+146+52=217 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.76% from 217); Green value is 146 (57.42% from 255 or 67.28% from 217); Blue value is 52 (20.70% from 255 or 23.96% from 217); Max value from RGB is 146 - color contains mainly: green. Hex color #139234 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #139234 is #EC6DCB. Grayscale: #616161. Windows color (decimal): -15494604 or 3445267. OLE color: 3445267.

HSL color Cylindrical-coordinate representation of color #139234: hue angle of 135.59º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #139234 is Cyan = 0.87, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.43.

Color convert

RGB 19 146 52 -
CMYK 0.87 0 0.64 0.43
HSL 135.59º 0.77% 0.32% -
HSV(B) 135.59º 0.87% 0.57% -
XYZ 11.17 20.94 6.7 -
YUV 97.31 102.42 72.14 -
System Red Green Blue C M Y K H S L
Decimal 19 146 52 0.87 0 0.64 0.43 135.59 0.77 0.32
Hex 13 92 34 57 0 40 2B 88 4D 20
Octal 23 222 64 127 0 100 53 210 115 40
Binary 10011 10010010 110100 1010111 0 1000000 101011 10001000 1001101 100000

Color Harmonies of #139234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139234

Black with #139234

Text Example


Text Example

White with #139234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139234; }

 p { color: rgb(19,146,52); }

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

background-color css

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

 a { background-color: rgb(19,146,52); }

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

border-color css

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

 span { border-color: rgb(19,146,52); }

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