Html Css Color HEX #128F1A Forest Green

📋 copy color: '#128F1A'

red 18 ◦ green 143 ◦ blue 26

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

Shades of Forest Green #128F1A

Tints of Forest Green #128F1A

RGB

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

 GREEN value IS 143 (56.25% from 255) = 76.47%

 BLUE value IS 26 (10.55% from 255) = 13.9%

R = 9.63%
G = 76.47%
B = 13.9%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.82

 K value IS 0.44

RGB Variations

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

Color information

#128F1A (or 0x128F1A) is known color: Forest Green. HEX triplet: 12, 8F and 1A. RGB value is (18,143,26). Sum of RGB (Red+Green+Blue) = 18+143+26=187 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.63% from 187); Green value is 143 (56.25% from 255 or 76.47% from 187); Blue value is 26 (10.55% from 255 or 13.90% from 187); Max value from RGB is 143 - color contains mainly: green. Hex color #128F1A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #128F1A is #ED70E5. Grayscale: #5C5C5C. Windows color (decimal): -15560934 or 1740562. OLE color: 1740562.

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

Color convert

RGB 18 143 26 -
CMYK 0.87 0 0.82 0.44
HSL 123.84º 0.78% 0.32% -
HSV(B) 123.84º 0.87% 0.56% -
XYZ 10.26 19.85 4.27 -
YUV 92.29 90.59 75.01 -
System Red Green Blue C M Y K H S L
Decimal 18 143 26 0.87 0 0.82 0.44 123.84 0.78 0.32
Hex 12 8F 1A 57 0 52 2C 7C 4E 20
Octal 22 217 32 127 0 122 54 174 116 40
Binary 10010 10001111 11010 1010111 0 1010010 101100 1111100 1001110 100000

Color Harmonies of #128F1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128F1A

Black with #128F1A

Text Example


Text Example

White with #128F1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,143,26); }

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

background-color css

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

 a { background-color: rgb(18,143,26); }

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

border-color css

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

 span { border-color: rgb(18,143,26); }

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