Html Css Color HEX #128B1C Forest Green

📋 copy color: '#128B1C'

red 18 ◦ green 139 ◦ blue 28

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

Shades of Forest Green #128B1C

Tints of Forest Green #128B1C

RGB

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

 GREEN value IS 139 (54.69% from 255) = 75.14%

 BLUE value IS 28 (11.33% from 255) = 15.14%

R = 9.73%
G = 75.14%
B = 15.14%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.80

 K value IS 0.45

RGB Variations

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

Color information

#128B1C (or 0x128B1C) is known color: Forest Green. HEX triplet: 12, 8B and 1C. RGB value is (18,139,28). Sum of RGB (Red+Green+Blue) = 18+139+28=185 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.73% from 185); Green value is 139 (54.69% from 255 or 75.14% from 185); Blue value is 28 (11.33% from 255 or 15.14% from 185); Max value from RGB is 139 - color contains mainly: green. Hex color #128B1C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #128B1C is #ED74E3. Grayscale: #5A5A5A. Windows color (decimal): -15561956 or 1870610. OLE color: 1870610.

HSL color Cylindrical-coordinate representation of color #128B1C: hue angle of 124.96º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #128B1C is Cyan = 0.87, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.45.

Color convert

RGB 18 139 28 -
CMYK 0.87 0 0.80 0.45
HSL 124.96º 0.77% 0.31% -
HSV(B) 124.96º 0.87% 0.55% -
XYZ 9.69 18.68 4.19 -
YUV 90.17 92.91 76.53 -
System Red Green Blue C M Y K H S L
Decimal 18 139 28 0.87 0 0.80 0.45 124.96 0.77 0.31
Hex 12 8B 1C 57 0 50 2D 7D 4D 1F
Octal 22 213 34 127 0 120 55 175 115 37
Binary 10010 10001011 11100 1010111 0 1010000 101101 1111101 1001101 11111

Color Harmonies of #128B1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128B1C

Black with #128B1C

Text Example


Text Example

White with #128B1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,139,28); }

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

background-color css

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

 a { background-color: rgb(18,139,28); }

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

border-color css

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

 span { border-color: rgb(18,139,28); }

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