Html Css Color HEX #138418 Forest Green

📋 copy color: '#138418'

red 19 ◦ green 132 ◦ blue 24

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

Shades of Forest Green #138418

Tints of Forest Green #138418

RGB

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

 GREEN value IS 132 (51.95% from 255) = 75.43%

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

R = 10.86%
G = 75.43%
B = 13.71%

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

#138418 (or 0x138418) is known color: Forest Green. HEX triplet: 13, 84 and 18. RGB value is (19,132,24). Sum of RGB (Red+Green+Blue) = 19+132+24=175 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.86% from 175); Green value is 132 (51.95% from 255 or 75.43% from 175); Blue value is 24 (9.77% from 255 or 13.71% from 175); Max value from RGB is 132 - color contains mainly: green. Hex color #138418 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #138418 is #EC7BE7. Grayscale: #565656. Windows color (decimal): -15498216 or 1606675. OLE color: 1606675.

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

Color convert

RGB 19 132 24 -
CMYK 0.86 0 0.82 0.48
HSL 122.65º 0.75% 0.3% -
HSV(B) 122.65º 0.86% 0.52% -
XYZ 8.68 16.71 3.63 -
YUV 85.9 93.06 80.28 -
System Red Green Blue C M Y K H S L
Decimal 19 132 24 0.86 0 0.82 0.48 122.65 0.75 0.3
Hex 13 84 18 56 0 52 30 7B 4B 1E
Octal 23 204 30 126 0 122 60 173 113 36
Binary 10011 10000100 11000 1010110 0 1010010 110000 1111011 1001011 11110

Color Harmonies of #138418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138418

Black with #138418

Text Example


Text Example

White with #138418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138418; }

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

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

background-color css

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

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

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

border-color css

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

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

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