Html Css Color HEX #139334 Forest Green

📋 copy color: '#139334'

red 19 ◦ green 147 ◦ blue 52

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

Shades of Forest Green #139334

Tints of Forest Green #139334

RGB

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

 GREEN value IS 147 (57.81% from 255) = 67.43%

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

R = 8.72%
G = 67.43%
B = 23.85%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.65

 K value IS 0.42

RGB Variations

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

Color information

#139334 (or 0x139334) is known color: Forest Green. HEX triplet: 13, 93 and 34. RGB value is (19,147,52). Sum of RGB (Red+Green+Blue) = 19+147+52=218 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.72% from 218); Green value is 147 (57.81% from 255 or 67.43% from 218); Blue value is 52 (20.70% from 255 or 23.85% from 218); Max value from RGB is 147 - color contains mainly: green. Hex color #139334 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #139334 is #EC6CCB. Grayscale: #626262. Windows color (decimal): -15494348 or 3445523. OLE color: 3445523.

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

Color convert

RGB 19 147 52 -
CMYK 0.87 0 0.65 0.42
HSL 135.47º 0.77% 0.33% -
HSV(B) 135.47º 0.87% 0.58% -
XYZ 11.32 21.25 6.75 -
YUV 97.9 102.09 71.72 -
System Red Green Blue C M Y K H S L
Decimal 19 147 52 0.87 0 0.65 0.42 135.47 0.77 0.33
Hex 13 93 34 57 0 41 2A 87 4D 21
Octal 23 223 64 127 0 101 52 207 115 41
Binary 10011 10010011 110100 1010111 0 1000001 101010 10000111 1001101 100001

Color Harmonies of #139334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139334

Black with #139334

Text Example


Text Example

White with #139334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139334; }

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

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

background-color css

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

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

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

border-color css

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

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

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