Html Css Color HEX #128218 Forest Green

📋 copy color: '#128218'

red 18 ◦ green 130 ◦ blue 24

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

Shades of Forest Green #128218

Tints of Forest Green #128218

RGB

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

 GREEN value IS 130 (51.17% from 255) = 75.58%

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

R = 10.47%
G = 75.58%
B = 13.95%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.82

 K value IS 0.49

RGB Variations

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

Color information

#128218 (or 0x128218) is known color: Forest Green. HEX triplet: 12, 82 and 18. RGB value is (18,130,24). Sum of RGB (Red+Green+Blue) = 18+130+24=172 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.47% from 172); Green value is 130 (51.17% from 255 or 75.58% from 172); Blue value is 24 (9.77% from 255 or 13.95% from 172); Max value from RGB is 130 - color contains mainly: green. Hex color #128218 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #128218 is #ED7DE7. Grayscale: #545454. Windows color (decimal): -15564264 or 1606162. OLE color: 1606162.

HSL color Cylindrical-coordinate representation of color #128218: hue angle of 123.21º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #128218 is Cyan = 0.86, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.49.

Color convert

RGB 18 130 24 -
CMYK 0.86 0 0.82 0.49
HSL 123.21º 0.76% 0.29% -
HSV(B) 123.21º 0.86% 0.51% -
XYZ 8.4 16.16 3.54 -
YUV 84.43 93.89 80.62 -
System Red Green Blue C M Y K H S L
Decimal 18 130 24 0.86 0 0.82 0.49 123.21 0.76 0.29
Hex 12 82 18 56 0 52 31 7B 4C 1D
Octal 22 202 30 126 0 122 61 173 114 35
Binary 10010 10000010 11000 1010110 0 1010010 110001 1111011 1001100 11101

Color Harmonies of #128218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128218

Black with #128218

Text Example


Text Example

White with #128218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128218; }

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

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

background-color css

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

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

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

border-color css

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

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

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