#304234

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

Shades of Timber Green #304234

Tints of Timber Green #304234

Color information

#304234 (or 0x304234) is unknown color: approx Timber Green. HEX triplet: 30, 42 and 34. RGB value is (48,66,52). Sum of RGB (Red+Green+Blue) = 48+66+52=166 (21% of max value = 765). Red value is 48 (19.14% from 255 or 28.92% from 166); Green value is 66 (26.17% from 255 or 39.76% from 166); Blue value is 52 (20.70% from 255 or 31.33% from 166); Max value from RGB is 66 - color contains mainly: green. Hex color #304234 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304234 is #CFBDCB. Grayscale: #3B3B3B. Windows color (decimal): -13614540 or 3424816. OLE color: 3424816.

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

Color convert

RGB486652-
CMYK0.2700.210.74
HSL133.33º15.79%22.35%-
HSV(B)133.33º27.27%25.88%-
XYZ3.794.773.97-
YUV59.02124.04120.14-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 28.92%
GREEN value IS 66 (26.17% from 255) = 39.76%
BLUE value IS 52 (20.70% from 255) = 31.33%
R=28.92%
G=39.76%
B=31.33%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4866520.2700.210.74133.3315.7922.35
Hex3042341B0154A851016
Octal6010264330251122052026
Binary1100001000010110100110110101011001010100001011000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304234; }

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

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

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

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

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

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

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

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