#304133

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

Shades of Timber Green #304133

Tints of Timber Green #304133

Color information

#304133 (or 0x304133) is unknown color: approx Timber Green. HEX triplet: 30, 41 and 33. RGB value is (48,65,51). Sum of RGB (Red+Green+Blue) = 48+65+51=164 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.27% from 164); Green value is 65 (25.78% from 255 or 39.63% from 164); Blue value is 51 (20.31% from 255 or 31.10% from 164); Max value from RGB is 65 - color contains mainly: green. Hex color #304133 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304133 is #CFBECC. Grayscale: #3A3A3A. Windows color (decimal): -13614797 or 3359024. OLE color: 3359024.

HSL color Cylindrical-coordinate representation of color #304133: hue angle of 130.59º degrees, saturation: 0.15, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #304133 is Cyan = 0.26, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.75.

Color convert

RGB486551-
CMYK0.2600.220.75
HSL130.59º15.04%22.16%-
HSV(B)130.59º26.15%25.49%-
XYZ3.714.653.83-
YUV58.32123.87120.64-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 29.27%
GREEN value IS 65 (25.78% from 255) = 39.63%
BLUE value IS 51 (20.31% from 255) = 31.10%
R=29.27%
G=39.63%
B=31.10%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4865510.2600.220.75130.5915.0422.16
Hex3041331A0164B83f16
Octal6010163320261132031726
Binary110000100000111001111010010110100101110000011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304133; }

 p { color: rgb(48,65,51); }

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

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

 a { background-color: rgb(48,65,51); }

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

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

 span { border-color: rgb(48,65,51); }

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