#23492A

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

Shades of Timber Green #23492A

Tints of Timber Green #23492A

Color information

#23492A (or 0x23492A) is unknown color: approx Timber Green. HEX triplet: 23, 49 and 2A. RGB value is (35,73,42). Sum of RGB (Red+Green+Blue) = 35+73+42=150 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.33% from 150); Green value is 73 (28.91% from 255 or 48.67% from 150); Blue value is 42 (16.80% from 255 or 28% from 150); Max value from RGB is 73 - color contains mainly: green. Hex color #23492A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23492A is #DCB6D5. Grayscale: #3A3A3A. Windows color (decimal): -14464726 or 2771235. OLE color: 2771235.

HSL color Cylindrical-coordinate representation of color #23492A: hue angle of 131.05º degrees, saturation: 0.35, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #23492A is Cyan = 0.52, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.71.

Color convert

RGB357342-
CMYK0.5200.420.71
HSL131.05º35.19%21.18%-
HSV(B)131.05º52.05%28.63%-
XYZ3.495.293.03-
YUV58.1118.91111.52-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 23.33%
GREEN value IS 73 (28.91% from 255) = 48.67%
BLUE value IS 42 (16.80% from 255) = 28%
R=23.33%
G=48.67%
B=28%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3573420.5200.420.71131.0535.1921.18
Hex23492A3402A47832315
Octal4311152640521072034325
Binary1000111001001101010110100010101010001111000001110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23492A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23492A; }

 p { color: rgb(35,73,42); }

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

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

 a { background-color: rgb(35,73,42); }

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

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

 span { border-color: rgb(35,73,42); }

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