Html Css Color HEX #138319 Forest Green

📋 copy color: '#138319'

red 19 ◦ green 131 ◦ blue 25

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

Shades of Forest Green #138319

Tints of Forest Green #138319

RGB

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

 GREEN value IS 131 (51.56% from 255) = 74.86%

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

R = 10.86%
G = 74.86%
B = 14.29%

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

#138319 (or 0x138319) is known color: Forest Green. HEX triplet: 13, 83 and 19. RGB value is (19,131,25). Sum of RGB (Red+Green+Blue) = 19+131+25=175 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.86% from 175); Green value is 131 (51.56% from 255 or 74.86% from 175); Blue value is 25 (10.16% from 255 or 14.29% from 175); Max value from RGB is 131 - color contains mainly: green. Hex color #138319 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #138319 is #EC7CE6. Grayscale: #555555. Windows color (decimal): -15498471 or 1671955. OLE color: 1671955.

HSL color Cylindrical-coordinate representation of color #138319: hue angle of 123.21º degrees, saturation: 0.75, 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 #138319 is Cyan = 0.85, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.49.

Color convert

RGB 19 131 25 -
CMYK 0.85 0 0.81 0.49
HSL 123.21º 0.75% 0.29% -
HSV(B) 123.21º 0.85% 0.51% -
XYZ 8.56 16.44 3.64 -
YUV 85.43 93.89 80.62 -
System Red Green Blue C M Y K H S L
Decimal 19 131 25 0.85 0 0.81 0.49 123.21 0.75 0.29
Hex 13 83 19 55 0 51 31 7B 4B 1D
Octal 23 203 31 125 0 121 61 173 113 35
Binary 10011 10000011 11001 1010101 0 1010001 110001 1111011 1001011 11101

Color Harmonies of #138319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138319

Black with #138319

Text Example


Text Example

White with #138319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138319; }

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

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

background-color css

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

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

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

border-color css

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

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

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