Html Css Color HEX #128115 Forest Green

📋 copy color: '#128115'

red 18 ◦ green 129 ◦ blue 21

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

Shades of Forest Green #128115

Tints of Forest Green #128115

RGB

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

 GREEN value IS 129 (50.78% from 255) = 76.79%

 BLUE value IS 21 (8.59% from 255) = 12.5%

R = 10.71%
G = 76.79%
B = 12.5%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.84

 K value IS 0.49

RGB Variations

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

Color information

#128115 (or 0x128115) is known color: Forest Green. HEX triplet: 12, 81 and 15. RGB value is (18,129,21). Sum of RGB (Red+Green+Blue) = 18+129+21=168 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.71% from 168); Green value is 129 (50.78% from 255 or 76.79% from 168); Blue value is 21 (8.59% from 255 or 12.5% from 168); Max value from RGB is 129 - color contains mainly: green. Hex color #128115 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #128115 is #ED7EEA. Grayscale: #535353. Windows color (decimal): -15564523 or 1409298. OLE color: 1409298.

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

Color convert

RGB 18 129 21 -
CMYK 0.86 0 0.84 0.49
HSL 121.62º 0.76% 0.29% -
HSV(B) 121.62º 0.86% 0.51% -
XYZ 8.24 15.88 3.34 -
YUV 83.5 92.73 81.28 -
System Red Green Blue C M Y K H S L
Decimal 18 129 21 0.86 0 0.84 0.49 121.62 0.76 0.29
Hex 12 81 15 56 0 54 31 7A 4C 1D
Octal 22 201 25 126 0 124 61 172 114 35
Binary 10010 10000001 10101 1010110 0 1010100 110001 1111010 1001100 11101

Color Harmonies of #128115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128115

Black with #128115

Text Example


Text Example

White with #128115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128115; }

 p { color: rgb(18,129,21); }

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

background-color css

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

 a { background-color: rgb(18,129,21); }

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

border-color css

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

 span { border-color: rgb(18,129,21); }

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