#234B2B

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

Shades of Timber Green #234B2B

Tints of Timber Green #234B2B

Color information

#234B2B (or 0x234B2B) is unknown color: approx Timber Green. HEX triplet: 23, 4B and 2B. RGB value is (35,75,43). Sum of RGB (Red+Green+Blue) = 35+75+43=153 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.88% from 153); Green value is 75 (29.69% from 255 or 49.02% from 153); Blue value is 43 (17.19% from 255 or 28.10% from 153); Max value from RGB is 75 - color contains mainly: green. Hex color #234B2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #234B2B is #DCB4D4. Grayscale: #3B3B3B. Windows color (decimal): -14464213 or 2837283. OLE color: 2837283.

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

Color convert

RGB357543-
CMYK0.5300.430.71
HSL132º36.36%21.57%-
HSV(B)132º53.33%29.41%-
XYZ3.655.563.17-
YUV59.39118.75110.6-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 22.88%
GREEN value IS 75 (29.69% from 255) = 49.02%
BLUE value IS 43 (17.19% from 255) = 28.10%
R=22.88%
G=49.02%
B=28.10%

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
Decimal3575430.5300.430.7113236.3621.57
Hex234B2B3502B47842416
Octal4311353650531072044426
Binary1000111001011101011110101010101110001111000010010010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234B2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,75,43); }

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

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

 a { background-color: rgb(35,75,43); }

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

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

 span { border-color: rgb(35,75,43); }

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