#304235

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

Shades of Timber Green #304235

Tints of Timber Green #304235

Color information

#304235 (or 0x304235) is unknown color: approx Timber Green. HEX triplet: 30, 42 and 35. RGB value is (48,66,53). Sum of RGB (Red+Green+Blue) = 48+66+53=167 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.74% from 167); Green value is 66 (26.17% from 255 or 39.52% from 167); Blue value is 53 (21.09% from 255 or 31.74% from 167); Max value from RGB is 66 - color contains mainly: green. Hex color #304235 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304235 is #CFBDCA. Grayscale: #3B3B3B. Windows color (decimal): -13614539 or 3490352. OLE color: 3490352.

HSL color Cylindrical-coordinate representation of color #304235: hue angle of 136.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 #304235 is Cyan = 0.27, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.74.

Color convert

RGB486653-
CMYK0.2700.200.74
HSL136.67º15.79%22.35%-
HSV(B)136.67º27.27%25.88%-
XYZ3.814.784.09-
YUV59.14124.54120.06-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 28.74%
GREEN value IS 66 (26.17% from 255) = 39.52%
BLUE value IS 53 (21.09% from 255) = 31.74%
R=28.74%
G=39.52%
B=31.74%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4866530.2700.200.74136.6715.7922.35
Hex3042351B0144A891016
Octal6010265330241122112026
Binary1100001000010110101110110101001001010100010011000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304235; }

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

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

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

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

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

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

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

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