Html Css Color HEX #128D2F Forest Green

📋 copy color: '#128D2F'

red 18 ◦ green 141 ◦ blue 47

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

Shades of Forest Green #128D2F

Tints of Forest Green #128D2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 22.82%

R = 8.74%
G = 68.45%
B = 22.82%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.67

 K value IS 0.45

RGB Variations

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

Color information

#128D2F (or 0x128D2F) is known color: Forest Green. HEX triplet: 12, 8D and 2F. RGB value is (18,141,47). Sum of RGB (Red+Green+Blue) = 18+141+47=206 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.74% from 206); Green value is 141 (55.47% from 255 or 68.45% from 206); Blue value is 47 (18.75% from 255 or 22.82% from 206); Max value from RGB is 141 - color contains mainly: green. Hex color #128D2F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #128D2F is #ED72D0. Grayscale: #5D5D5D. Windows color (decimal): -15561425 or 3116306. OLE color: 3116306.

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

Color convert

RGB 18 141 47 -
CMYK 0.87 0 0.67 0.45
HSL 134.15º 0.77% 0.31% -
HSV(B) 134.15º 0.87% 0.55% -
XYZ 10.29 19.38 5.89 -
YUV 93.51 101.75 74.14 -
System Red Green Blue C M Y K H S L
Decimal 18 141 47 0.87 0 0.67 0.45 134.15 0.77 0.31
Hex 12 8D 2F 57 0 43 2D 86 4D 1F
Octal 22 215 57 127 0 103 55 206 115 37
Binary 10010 10001101 101111 1010111 0 1000011 101101 10000110 1001101 11111

Color Harmonies of #128D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128D2F

Black with #128D2F

Text Example


Text Example

White with #128D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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