Html Css Color HEX #128518 Forest Green

📋 copy color: '#128518'

red 18 ◦ green 133 ◦ blue 24

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

Shades of Forest Green #128518

Tints of Forest Green #128518

RGB

 RED value IS 18 (7.42% from 255) = 10.29%

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

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

R = 10.29%
G = 76%
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

#128518 (or 0x128518) is known color: Forest Green. HEX triplet: 12, 85 and 18. RGB value is (18,133,24). Sum of RGB (Red+Green+Blue) = 18+133+24=175 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.29% from 175); Green value is 133 (52.34% from 255 or 76% from 175); Blue value is 24 (9.77% from 255 or 13.71% from 175); Max value from RGB is 133 - color contains mainly: green. Hex color #128518 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #128518 is #ED7AE7. Grayscale: #565656. Windows color (decimal): -15563496 or 1606930. OLE color: 1606930.

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

Color convert

RGB 18 133 24 -
CMYK 0.86 0 0.82 0.48
HSL 123.13º 0.76% 0.3% -
HSV(B) 123.13º 0.86% 0.52% -
XYZ 8.8 16.97 3.68 -
YUV 86.19 92.9 79.36 -
System Red Green Blue C M Y K H S L
Decimal 18 133 24 0.86 0 0.82 0.48 123.13 0.76 0.3
Hex 12 85 18 56 0 52 30 7B 4C 1E
Octal 22 205 30 126 0 122 60 173 114 36
Binary 10010 10000101 11000 1010110 0 1010010 110000 1111011 1001100 11110

Color Harmonies of #128518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128518

Black with #128518

Text Example


Text Example

White with #128518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128518; }

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

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

background-color css

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

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

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

border-color css

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

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

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