Html Css Color HEX #128D22 Forest Green

📋 copy color: '#128D22'

red 18 ◦ green 141 ◦ blue 34

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

Shades of Forest Green #128D22

Tints of Forest Green #128D22

RGB

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

 GREEN value IS 141 (55.47% from 255) = 73.06%

 BLUE value IS 34 (13.67% from 255) = 17.62%

R = 9.33%
G = 73.06%
B = 17.62%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.76

 K value IS 0.45

RGB Variations

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

Color information

#128D22 (or 0x128D22) is known color: Forest Green. HEX triplet: 12, 8D and 22. RGB value is (18,141,34). Sum of RGB (Red+Green+Blue) = 18+141+34=193 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.33% from 193); Green value is 141 (55.47% from 255 or 73.06% from 193); Blue value is 34 (13.67% from 255 or 17.62% from 193); Max value from RGB is 141 - color contains mainly: green. Hex color #128D22 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #128D22 is #ED72DD. Grayscale: #5C5C5C. Windows color (decimal): -15561438 or 2264338. OLE color: 2264338.

HSL color Cylindrical-coordinate representation of color #128D22: hue angle of 127.8º 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 #128D22 is Cyan = 0.87, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.45.

Color convert

RGB 18 141 34 -
CMYK 0.87 0 0.76 0.45
HSL 127.8º 0.77% 0.31% -
HSV(B) 127.8º 0.87% 0.55% -
XYZ 10.06 19.29 4.71 -
YUV 92.03 95.25 75.2 -
System Red Green Blue C M Y K H S L
Decimal 18 141 34 0.87 0 0.76 0.45 127.8 0.77 0.31
Hex 12 8D 22 57 0 4C 2D 80 4D 1F
Octal 22 215 42 127 0 114 55 200 115 37
Binary 10010 10001101 100010 1010111 0 1001100 101101 10000000 1001101 11111

Color Harmonies of #128D22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128D22

Black with #128D22

Text Example


Text Example

White with #128D22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,141,34); }

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

background-color css

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

 a { background-color: rgb(18,141,34); }

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

border-color css

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

 span { border-color: rgb(18,141,34); }

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