Html Css Color HEX #138934 Forest Green

📋 copy color: '#138934'

red 19 ◦ green 137 ◦ blue 52

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

Shades of Forest Green #138934

Tints of Forest Green #138934

RGB

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

 GREEN value IS 137 (53.91% from 255) = 65.87%

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

R = 9.13%
G = 65.87%
B = 25%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.62

 K value IS 0.46

RGB Variations

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

Color information

#138934 (or 0x138934) is known color: Forest Green. HEX triplet: 13, 89 and 34. RGB value is (19,137,52). Sum of RGB (Red+Green+Blue) = 19+137+52=208 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.13% from 208); Green value is 137 (53.91% from 255 or 65.87% from 208); Blue value is 52 (20.70% from 255 or 25% from 208); Max value from RGB is 137 - color contains mainly: green. Hex color #138934 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138934 is #EC76CB. Grayscale: #5C5C5C. Windows color (decimal): -15496908 or 3442963. OLE color: 3442963.

HSL color Cylindrical-coordinate representation of color #138934: hue angle of 136.78º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #138934 is Cyan = 0.86, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.46.

Color convert

RGB 19 137 52 -
CMYK 0.86 0 0.62 0.46
HSL 136.78º 0.76% 0.31% -
HSV(B) 136.78º 0.86% 0.54% -
XYZ 9.83 18.28 6.26 -
YUV 92.03 105.41 75.91 -
System Red Green Blue C M Y K H S L
Decimal 19 137 52 0.86 0 0.62 0.46 136.78 0.76 0.31
Hex 13 89 34 56 0 3E 2E 89 4C 1F
Octal 23 211 64 126 0 76 56 211 114 37
Binary 10011 10001001 110100 1010110 0 111110 101110 10001001 1001100 11111

Color Harmonies of #138934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138934

Black with #138934

Text Example


Text Example

White with #138934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138934; }

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

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

background-color css

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

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

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

border-color css

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

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

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