Html Css Color HEX #128F2B Forest Green

📋 copy color: '#128F2B'

red 18 ◦ green 143 ◦ blue 43

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

Shades of Forest Green #128F2B

Tints of Forest Green #128F2B

RGB

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

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

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

R = 8.82%
G = 70.1%
B = 21.08%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.70

 K value IS 0.44

RGB Variations

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

Color information

#128F2B (or 0x128F2B) is known color: Forest Green. HEX triplet: 12, 8F and 2B. RGB value is (18,143,43). Sum of RGB (Red+Green+Blue) = 18+143+43=204 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.82% from 204); Green value is 143 (56.25% from 255 or 70.10% from 204); Blue value is 43 (17.19% from 255 or 21.08% from 204); Max value from RGB is 143 - color contains mainly: green. Hex color #128F2B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #128F2B is #ED70D4. Grayscale: #5E5E5E. Windows color (decimal): -15560917 or 2854674. OLE color: 2854674.

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

Color convert

RGB 18 143 43 -
CMYK 0.87 0 0.70 0.44
HSL 132º 0.78% 0.32% -
HSV(B) 132º 0.87% 0.56% -
XYZ 10.51 19.95 5.58 -
YUV 94.23 99.09 73.63 -
System Red Green Blue C M Y K H S L
Decimal 18 143 43 0.87 0 0.70 0.44 132 0.78 0.32
Hex 12 8F 2B 57 0 46 2C 84 4E 20
Octal 22 217 53 127 0 106 54 204 116 40
Binary 10010 10001111 101011 1010111 0 1000110 101100 10000100 1001110 100000

Color Harmonies of #128F2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128F2B

Black with #128F2B

Text Example


Text Example

White with #128F2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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