Html Css Color HEX #128C2B Forest Green

📋 copy color: '#128C2B'

red 18 ◦ green 140 ◦ blue 43

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

Shades of Forest Green #128C2B

Tints of Forest Green #128C2B

RGB

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

 GREEN value IS 140 (55.08% from 255) = 69.65%

 BLUE value IS 43 (17.19% from 255) = 21.39%

R = 8.96%
G = 69.65%
B = 21.39%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.69

 K value IS 0.45

RGB Variations

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

Color information

#128C2B (or 0x128C2B) is known color: Forest Green. HEX triplet: 12, 8C and 2B. RGB value is (18,140,43). Sum of RGB (Red+Green+Blue) = 18+140+43=201 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.96% from 201); Green value is 140 (55.08% from 255 or 69.65% from 201); Blue value is 43 (17.19% from 255 or 21.39% from 201); Max value from RGB is 140 - color contains mainly: green. Hex color #128C2B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #128C2B is #ED73D4. Grayscale: #5C5C5C. Windows color (decimal): -15561685 or 2853906. OLE color: 2853906.

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

Color convert

RGB 18 140 43 -
CMYK 0.87 0 0.69 0.45
HSL 132.3º 0.77% 0.31% -
HSV(B) 132.3º 0.87% 0.55% -
XYZ 10.06 19.06 5.43 -
YUV 92.46 100.08 74.89 -
System Red Green Blue C M Y K H S L
Decimal 18 140 43 0.87 0 0.69 0.45 132.3 0.77 0.31
Hex 12 8C 2B 57 0 45 2D 84 4D 1F
Octal 22 214 53 127 0 105 55 204 115 37
Binary 10010 10001100 101011 1010111 0 1000101 101101 10000100 1001101 11111

Color Harmonies of #128C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128C2B

Black with #128C2B

Text Example


Text Example

White with #128C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,140,43); }

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

background-color css

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

 a { background-color: rgb(18,140,43); }

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

border-color css

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

 span { border-color: rgb(18,140,43); }

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