Html Css Color HEX #138519 Forest Green

📋 copy color: '#138519'

red 19 ◦ green 133 ◦ blue 25

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

Shades of Forest Green #138519

Tints of Forest Green #138519

RGB

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

 GREEN value IS 133 (52.34% from 255) = 75.14%

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

R = 10.73%
G = 75.14%
B = 14.12%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.81

 K value IS 0.48

RGB Variations

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

Color information

#138519 (or 0x138519) is known color: Forest Green. HEX triplet: 13, 85 and 19. RGB value is (19,133,25). Sum of RGB (Red+Green+Blue) = 19+133+25=177 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.73% from 177); Green value is 133 (52.34% from 255 or 75.14% from 177); Blue value is 25 (10.16% from 255 or 14.12% from 177); Max value from RGB is 133 - color contains mainly: green. Hex color #138519 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #138519 is #EC7AE6. Grayscale: #565656. Windows color (decimal): -15497959 or 1672467. OLE color: 1672467.

HSL color Cylindrical-coordinate representation of color #138519: hue angle of 123.16º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #138519 is Cyan = 0.86, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.48.

Color convert

RGB 19 133 25 -
CMYK 0.86 0 0.81 0.48
HSL 123.16º 0.75% 0.3% -
HSV(B) 123.16º 0.86% 0.52% -
XYZ 8.83 16.98 3.73 -
YUV 86.6 93.23 79.78 -
System Red Green Blue C M Y K H S L
Decimal 19 133 25 0.86 0 0.81 0.48 123.16 0.75 0.3
Hex 13 85 19 56 0 51 30 7B 4B 1E
Octal 23 205 31 126 0 121 60 173 113 36
Binary 10011 10000101 11001 1010110 0 1010001 110000 1111011 1001011 11110

Color Harmonies of #138519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138519

Black with #138519

Text Example


Text Example

White with #138519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138519; }

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

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

background-color css

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

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

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

border-color css

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

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

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