Html Css Color HEX #138518 Forest Green

📋 copy color: '#138518'

red 19 ◦ green 133 ◦ blue 24

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

Shades of Forest Green #138518

Tints of Forest Green #138518

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 13.64%

R = 10.8%
G = 75.57%
B = 13.64%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.82

 K value IS 0.48

RGB Variations

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

Color information

#138518 (or 0x138518) is known color: Forest Green. HEX triplet: 13, 85 and 18. RGB value is (19,133,24). Sum of RGB (Red+Green+Blue) = 19+133+24=176 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.80% from 176); Green value is 133 (52.34% from 255 or 75.57% from 176); Blue value is 24 (9.77% from 255 or 13.64% from 176); Max value from RGB is 133 - color contains mainly: green. Hex color #138518 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #138518 is #EC7AE7. Grayscale: #565656. Windows color (decimal): -15497960 or 1606931. OLE color: 1606931.

HSL color Cylindrical-coordinate representation of color #138518: hue angle of 122.63º 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 #138518 is Cyan = 0.86, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.48.

Color convert

RGB 19 133 24 -
CMYK 0.86 0 0.82 0.48
HSL 122.63º 0.75% 0.3% -
HSV(B) 122.63º 0.86% 0.52% -
XYZ 8.82 16.98 3.68 -
YUV 86.49 92.73 79.86 -
System Red Green Blue C M Y K H S L
Decimal 19 133 24 0.86 0 0.82 0.48 122.63 0.75 0.3
Hex 13 85 18 56 0 52 30 7B 4B 1E
Octal 23 205 30 126 0 122 60 173 113 36
Binary 10011 10000101 11000 1010110 0 1010010 110000 1111011 1001011 11110

Color Harmonies of #138518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138518

Black with #138518

Text Example


Text Example

White with #138518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138518; }

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

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

background-color css

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

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

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

border-color css

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

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

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