Html Css Color HEX #128E0F Forest Green

📋 copy color: '#128E0F'

red 18 ◦ green 142 ◦ blue 15

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

Shades of Forest Green #128E0F

Tints of Forest Green #128E0F

RGB

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

 GREEN value IS 142 (55.86% from 255) = 81.14%

 BLUE value IS 15 (6.25% from 255) = 8.57%

R = 10.29%
G = 81.14%
B = 8.57%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.89

 K value IS 0.44

RGB Variations

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

Color information

#128E0F (or 0x128E0F) is known color: Forest Green. HEX triplet: 12, 8E and 0F. RGB value is (18,142,15). Sum of RGB (Red+Green+Blue) = 18+142+15=175 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.29% from 175); Green value is 142 (55.86% from 255 or 81.14% from 175); Blue value is 15 (6.25% from 255 or 8.57% from 175); Max value from RGB is 142 - color contains mainly: green. Hex color #128E0F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #128E0F is #ED71F0. Grayscale: #5A5A5A. Windows color (decimal): -15561201 or 1019410. OLE color: 1019410.

HSL color Cylindrical-coordinate representation of color #128E0F: hue angle of 118.58º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #128E0F is Cyan = 0.87, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.44.

Color convert

RGB 18 142 15 -
CMYK 0.87 0 0.89 0.44
HSL 118.58º 0.81% 0.31% -
HSV(B) 118.58º 0.89% 0.56% -
XYZ 10.01 19.51 3.69 -
YUV 90.45 85.42 76.33 -
System Red Green Blue C M Y K H S L
Decimal 18 142 15 0.87 0 0.89 0.44 118.58 0.81 0.31
Hex 12 8E F 57 0 59 2C 77 51 1F
Octal 22 216 17 127 0 131 54 167 121 37
Binary 10010 10001110 1111 1010111 0 1011001 101100 1110111 1010001 11111

Color Harmonies of #128E0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128E0F

Black with #128E0F

Text Example


Text Example

White with #128E0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128E0F; }

 p { color: rgb(18,142,15); }

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

background-color css

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

 a { background-color: rgb(18,142,15); }

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

border-color css

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

 span { border-color: rgb(18,142,15); }

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