#128B34

Color #128B34 Forest Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Forest Green #128B34

Tints of Forest Green #128B34

Color information

#128B34 (or 0x128B34) is unknown color: approx Forest Green. HEX triplet: 12, 8B and 34. RGB value is (18,139,52). Sum of RGB (Red+Green+Blue) = 18+139+52=209 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.61% from 209); Green value is 139 (54.69% from 255 or 66.51% from 209); Blue value is 52 (20.70% from 255 or 24.88% from 209); Max value from RGB is 139 - color contains mainly: green. Hex color #128B34 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #128B34 is #ED74CB. Grayscale: #5D5D5D. Windows color (decimal): -15561932 or 3443474. OLE color: 3443474.

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

Color convert

RGB1813952-
CMYK0.8700.630.45
HSL136.86º77.07%30.78%-
HSV(B)136.86º87.05%54.51%-
XYZ10.118.846.35-
YUV92.9104.9174.57-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.61%
GREEN value IS 139 (54.69% from 255) = 66.51%
BLUE value IS 52 (20.70% from 255) = 24.88%
R=8.61%
G=66.51%
B=24.88%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal18139520.8700.630.45136.8677.0730.78
Hex128B345703F2D894d1f
Octal22213641270775521111537
Binary10010100010111101001010111011111110110110001001100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,139,52); }

 H1.HeaderClassName
 {
   color: #128B34;
 }
 .AnyTagClassName
 {
   color: #128B34;
 }
</style>
background-color css

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

 a { background-color: rgb(18,139,52); }

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

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

 span { border-color: rgb(18,139,52); }

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