#129423

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

Shades of Forest Green #129423

Tints of Forest Green #129423

Color information

#129423 (or 0x129423) is unknown color: approx Forest Green. HEX triplet: 12, 94 and 23. RGB value is (18,148,35). Sum of RGB (Red+Green+Blue) = 18+148+35=201 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.96% from 201); Green value is 148 (58.20% from 255 or 73.63% from 201); Blue value is 35 (14.06% from 255 or 17.41% from 201); Max value from RGB is 148 - color contains mainly: green. Hex color #129423 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129423 is #ED6BDC. Grayscale: #606060. Windows color (decimal): -15559645 or 2331666. OLE color: 2331666.

HSL color Cylindrical-coordinate representation of color #129423: hue angle of 127.85º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129423 is Cyan = 0.88, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.42.

Color convert

RGB1814835-
CMYK0.8800.760.42
HSL127.85º78.31%32.55%-
HSV(B)127.85º87.84%58.04%-
XYZ11.1421.435.14-
YUV96.2593.4372.19-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.96%
GREEN value IS 148 (58.20% from 255) = 73.63%
BLUE value IS 35 (14.06% from 255) = 17.41%
R=8.96%
G=73.63%
B=17.41%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal18148350.8800.760.42127.8578.3132.55
Hex1294235804C2A804e21
Octal222244313001145220011641
Binary1001010010100100011101100001001100101010100000001001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #129423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #129423; }

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

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

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

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

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

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

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

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