Html Css Color HEX #138119 Forest Green

📋 copy color: '#138119'

red 19 ◦ green 129 ◦ blue 25

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

Shades of Forest Green #138119

Tints of Forest Green #138119

RGB

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

 GREEN value IS 129 (50.78% from 255) = 74.57%

 BLUE value IS 25 (10.16% from 255) = 14.45%

R = 10.98%
G = 74.57%
B = 14.45%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.81

 K value IS 0.49

RGB Variations

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

Color information

#138119 (or 0x138119) is known color: Forest Green. HEX triplet: 13, 81 and 19. RGB value is (19,129,25). Sum of RGB (Red+Green+Blue) = 19+129+25=173 (22% of max value = 765). Red value is 19 (7.81% from 255 or 10.98% from 173); Green value is 129 (50.78% from 255 or 74.57% from 173); Blue value is 25 (10.16% from 255 or 14.45% from 173); Max value from RGB is 129 - color contains mainly: green. Hex color #138119 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #138119 is #EC7EE6. Grayscale: #545454. Windows color (decimal): -15498983 or 1671443. OLE color: 1671443.

HSL color Cylindrical-coordinate representation of color #138119: hue angle of 123.27º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #138119 is Cyan = 0.85, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.49.

Color convert

RGB 19 129 25 -
CMYK 0.85 0 0.81 0.49
HSL 123.27º 0.74% 0.29% -
HSV(B) 123.27º 0.85% 0.51% -
XYZ 8.29 15.91 3.55 -
YUV 84.25 94.56 81.46 -
System Red Green Blue C M Y K H S L
Decimal 19 129 25 0.85 0 0.81 0.49 123.27 0.74 0.29
Hex 13 81 19 55 0 51 31 7B 4A 1D
Octal 23 201 31 125 0 121 61 173 112 35
Binary 10011 10000001 11001 1010101 0 1010001 110001 1111011 1001010 11101

Color Harmonies of #138119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138119

Black with #138119

Text Example


Text Example

White with #138119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138119; }

 p { color: rgb(19,129,25); }

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

background-color css

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

 a { background-color: rgb(19,129,25); }

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

border-color css

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

 span { border-color: rgb(19,129,25); }

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