Html Css Color HEX #128A2C Forest Green

📋 copy color: '#128A2C'

red 18 ◦ green 138 ◦ blue 44

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

Shades of Forest Green #128A2C

Tints of Forest Green #128A2C

RGB

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

 GREEN value IS 138 (54.3% from 255) = 69%

 BLUE value IS 44 (17.58% from 255) = 22%

R = 9%
G = 69%
B = 22%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.68

 K value IS 0.46

RGB Variations

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

Color information

#128A2C (or 0x128A2C) is known color: Forest Green. HEX triplet: 12, 8A and 2C. RGB value is (18,138,44). Sum of RGB (Red+Green+Blue) = 18+138+44=200 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9% from 200); Green value is 138 (54.30% from 255 or 69% from 200); Blue value is 44 (17.58% from 255 or 22% from 200); Max value from RGB is 138 - color contains mainly: green. Hex color #128A2C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #128A2C is #ED75D3. Grayscale: #5B5B5B. Windows color (decimal): -15562196 or 2918930. OLE color: 2918930.

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

Color convert

RGB 18 138 44 -
CMYK 0.87 0 0.68 0.46
HSL 133º 0.77% 0.31% -
HSV(B) 133º 0.87% 0.54% -
XYZ 9.79 18.49 5.44 -
YUV 91.4 101.24 75.64 -
System Red Green Blue C M Y K H S L
Decimal 18 138 44 0.87 0 0.68 0.46 133 0.77 0.31
Hex 12 8A 2C 57 0 44 2E 85 4D 1F
Octal 22 212 54 127 0 104 56 205 115 37
Binary 10010 10001010 101100 1010111 0 1000100 101110 10000101 1001101 11111

Color Harmonies of #128A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128A2C

Black with #128A2C

Text Example


Text Example

White with #128A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,138,44); }

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

background-color css

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

 a { background-color: rgb(18,138,44); }

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

border-color css

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

 span { border-color: rgb(18,138,44); }

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