#234A2A

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

Shades of Timber Green #234A2A

Tints of Timber Green #234A2A

Color information

#234A2A (or 0x234A2A) is unknown color: approx Timber Green. HEX triplet: 23, 4A and 2A. RGB value is (35,74,42). Sum of RGB (Red+Green+Blue) = 35+74+42=151 (20% of max value = 765). Red value is 35 (14.06% from 255 or 23.18% from 151); Green value is 74 (29.30% from 255 or 49.01% from 151); Blue value is 42 (16.80% from 255 or 27.81% from 151); Max value from RGB is 74 - color contains mainly: green. Hex color #234A2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #234A2A is #DCB5D5. Grayscale: #3A3A3A. Windows color (decimal): -14464470 or 2771491. OLE color: 2771491.

HSL color Cylindrical-coordinate representation of color #234A2A: hue angle of 130.77º degrees, saturation: 0.36, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #234A2A is Cyan = 0.53, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.71.

Color convert

RGB357442-
CMYK0.5300.430.71
HSL130.77º35.78%21.37%-
HSV(B)130.77º52.7%29.02%-
XYZ3.565.423.05-
YUV58.69118.58111.1-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 23.18%
GREEN value IS 74 (29.30% from 255) = 49.01%
BLUE value IS 42 (16.80% from 255) = 27.81%
R=23.18%
G=49.01%
B=27.81%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3574420.5300.430.71130.7735.7821.37
Hex234A2A3502B47832415
Octal4311252650531072034425
Binary1000111001010101010110101010101110001111000001110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #234A2A; }

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

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

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

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

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

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

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

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