#304135

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

Shades of Timber Green #304135

Tints of Timber Green #304135

Color information

#304135 (or 0x304135) is unknown color: approx Timber Green. HEX triplet: 30, 41 and 35. RGB value is (48,65,53). Sum of RGB (Red+Green+Blue) = 48+65+53=166 (21% of max value = 765). Red value is 48 (19.14% from 255 or 28.92% from 166); Green value is 65 (25.78% from 255 or 39.16% from 166); Blue value is 53 (21.09% from 255 or 31.93% from 166); Max value from RGB is 65 - color contains mainly: green. Hex color #304135 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304135 is #CFBECA. Grayscale: #3A3A3A. Windows color (decimal): -13614795 or 3490096. OLE color: 3490096.

HSL color Cylindrical-coordinate representation of color #304135: hue angle of 137.65º 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 #304135 is Cyan = 0.26, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.75.

Color convert

RGB486553-
CMYK0.2600.180.75
HSL137.65º15.04%22.16%-
HSV(B)137.65º26.15%25.49%-
XYZ3.754.674.07-
YUV58.55124.87120.48-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 28.92%
GREEN value IS 65 (25.78% from 255) = 39.16%
BLUE value IS 53 (21.09% from 255) = 31.93%
R=28.92%
G=39.16%
B=31.93%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4865530.2600.180.75137.6515.0422.16
Hex3041351A0124B8af16
Octal6010165320221132121726
Binary110000100000111010111010010010100101110001010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304135; }

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

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

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

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

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

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

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

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