#304232

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

Shades of Timber Green #304232

Tints of Timber Green #304232

Color information

#304232 (or 0x304232) is unknown color: approx Timber Green. HEX triplet: 30, 42 and 32. RGB value is (48,66,50). Sum of RGB (Red+Green+Blue) = 48+66+50=164 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.27% from 164); Green value is 66 (26.17% from 255 or 40.24% from 164); Blue value is 50 (19.92% from 255 or 30.49% from 164); Max value from RGB is 66 - color contains mainly: green. Hex color #304232 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304232 is #CFBDCD. Grayscale: #3A3A3A. Windows color (decimal): -13614542 or 3293744. OLE color: 3293744.

HSL color Cylindrical-coordinate representation of color #304232: hue angle of 126.67º degrees, saturation: 0.16, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #304232 is Cyan = 0.27, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.74.

Color convert

RGB486650-
CMYK0.2700.240.74
HSL126.67º15.79%22.35%-
HSV(B)126.67º27.27%25.88%-
XYZ3.744.763.74-
YUV58.79123.04120.3-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 29.27%
GREEN value IS 66 (26.17% from 255) = 40.24%
BLUE value IS 50 (19.92% from 255) = 30.49%
R=29.27%
G=40.24%
B=30.49%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4866500.2700.240.74126.6715.7922.35
Hex3042321B0184A7f1016
Octal6010262330301121772026
Binary110000100001011001011011011000100101011111111000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304232; }

 p { color: rgb(48,66,50); }

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

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

 a { background-color: rgb(48,66,50); }

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

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

 span { border-color: rgb(48,66,50); }

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