#304434

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

Shades of Timber Green #304434

Tints of Timber Green #304434

Color information

#304434 (or 0x304434) is unknown color: approx Timber Green. HEX triplet: 30, 44 and 34. RGB value is (48,68,52). Sum of RGB (Red+Green+Blue) = 48+68+52=168 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.57% from 168); Green value is 68 (26.95% from 255 or 40.48% from 168); Blue value is 52 (20.70% from 255 or 30.95% from 168); Max value from RGB is 68 - color contains mainly: green. Hex color #304434 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304434 is #CFBBCB. Grayscale: #3C3C3C. Windows color (decimal): -13614028 or 3425328. OLE color: 3425328.

HSL color Cylindrical-coordinate representation of color #304434: hue angle of 132º degrees, saturation: 0.17, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #304434 is Cyan = 0.29, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.73.

Color convert

RGB486852-
CMYK0.2900.240.73
HSL132º17.24%22.75%-
HSV(B)132º29.41%26.67%-
XYZ3.915.014.01-
YUV60.2123.37119.3-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 28.57%
GREEN value IS 68 (26.95% from 255) = 40.48%
BLUE value IS 52 (20.70% from 255) = 30.95%
R=28.57%
G=40.48%
B=30.95%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4868520.2900.240.7313217.2422.75
Hex3044341D01849841117
Octal6010464350301112042127
Binary1100001000100110100111010110001001001100001001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304434; }

 p { color: rgb(48,68,52); }

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

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

 a { background-color: rgb(48,68,52); }

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

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

 span { border-color: rgb(48,68,52); }

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