Html Css Color HEX #138D34 Forest Green

📋 copy color: '#138D34'

red 19 ◦ green 141 ◦ blue 52

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

Shades of Forest Green #138D34

Tints of Forest Green #138D34

RGB

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

 GREEN value IS 141 (55.47% from 255) = 66.51%

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

R = 8.96%
G = 66.51%
B = 24.53%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.63

 K value IS 0.45

RGB Variations

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

Color information

#138D34 (or 0x138D34) is known color: Forest Green. HEX triplet: 13, 8D and 34. RGB value is (19,141,52). Sum of RGB (Red+Green+Blue) = 19+141+52=212 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.96% from 212); Green value is 141 (55.47% from 255 or 66.51% from 212); Blue value is 52 (20.70% from 255 or 24.53% from 212); Max value from RGB is 141 - color contains mainly: green. Hex color #138D34 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138D34 is #EC72CB. Grayscale: #5E5E5E. Windows color (decimal): -15495884 or 3443987. OLE color: 3443987.

HSL color Cylindrical-coordinate representation of color #138D34: hue angle of 136.23º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #138D34 is Cyan = 0.87, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.45.

Color convert

RGB 19 141 52 -
CMYK 0.87 0 0.63 0.45
HSL 136.23º 0.76% 0.31% -
HSV(B) 136.23º 0.87% 0.55% -
XYZ 10.41 19.44 6.45 -
YUV 94.38 104.08 74.24 -
System Red Green Blue C M Y K H S L
Decimal 19 141 52 0.87 0 0.63 0.45 136.23 0.76 0.31
Hex 13 8D 34 57 0 3F 2D 88 4C 1F
Octal 23 215 64 127 0 77 55 210 114 37
Binary 10011 10001101 110100 1010111 0 111111 101101 10001000 1001100 11111

Color Harmonies of #138D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138D34

Black with #138D34

Text Example


Text Example

White with #138D34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138D34; }

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

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

background-color css

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

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

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

border-color css

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

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

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