#12A723

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

Shades of Forest Green #12A723

Tints of Forest Green #12A723

Color information

#12A723 (or 0x12A723) is unknown color: approx Forest Green. HEX triplet: 12, A7 and 23. RGB value is (18,167,35). Sum of RGB (Red+Green+Blue) = 18+167+35=220 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.18% from 220); Green value is 167 (65.62% from 255 or 75.91% from 220); Blue value is 35 (14.06% from 255 or 15.91% from 220); Max value from RGB is 167 - color contains mainly: green. Hex color #12A723 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12A723 is #ED58DC. Grayscale: #6B6B6B. Windows color (decimal): -15554781 or 2336530. OLE color: 2336530.

HSL color Cylindrical-coordinate representation of color #12A723: hue angle of 126.85º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12A723 is Cyan = 0.89, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.35.

Color convert

RGB1816735-
CMYK0.8900.790.35
HSL126.85º80.54%36.27%-
HSV(B)126.85º89.22%65.49%-
XYZ14.3727.896.22-
YUV107.487.1464.23-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.18%
GREEN value IS 167 (65.62% from 255) = 75.91%
BLUE value IS 35 (14.06% from 255) = 15.91%
R=8.18%
G=75.91%
B=15.91%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal18167350.8900.790.35126.8580.5436.27
Hex12A7235904F237f5124
Octal222474313101174317712144
Binary100101010011110001110110010100111110001111111111010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12A723

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12A723; }

 p { color: rgb(18,167,35); }

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

<style>
 a { background-color: #12A723; }

 a { background-color: rgb(18,167,35); }

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

<style>
 span { border-color: #12A723; }

 span { border-color: rgb(18,167,35); }

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