#23482B

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

Shades of Timber Green #23482B

Tints of Timber Green #23482B

Color information

#23482B (or 0x23482B) is unknown color: approx Timber Green. HEX triplet: 23, 48 and 2B. RGB value is (35,72,43). Sum of RGB (Red+Green+Blue) = 35+72+43=150 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.33% from 150); Green value is 72 (28.52% from 255 or 48% from 150); Blue value is 43 (17.19% from 255 or 28.67% from 150); Max value from RGB is 72 - color contains mainly: green. Hex color #23482B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23482B is #DCB7D4. Grayscale: #393939. Windows color (decimal): -14464981 or 2836515. OLE color: 2836515.

HSL color Cylindrical-coordinate representation of color #23482B: hue angle of 132.97º degrees, saturation: 0.35, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #23482B is Cyan = 0.51, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.72.

Color convert

RGB357243-
CMYK0.5100.400.72
HSL132.97º34.58%20.98%-
HSV(B)132.97º51.39%28.24%-
XYZ3.455.173.1-
YUV57.63119.74111.86-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 23.33%
GREEN value IS 72 (28.52% from 255) = 48%
BLUE value IS 43 (17.19% from 255) = 28.67%
R=23.33%
G=48%
B=28.67%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3572430.5100.400.72132.9734.5820.98
Hex23482B3302848852315
Octal4311053630501102054325
Binary1000111001000101011110011010100010010001000010110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23482B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23482B; }

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

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

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

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

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

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

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

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