#304236

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

Shades of Timber Green #304236

Tints of Timber Green #304236

Color information

#304236 (or 0x304236) is unknown color: approx Timber Green. HEX triplet: 30, 42 and 36. RGB value is (48,66,54). Sum of RGB (Red+Green+Blue) = 48+66+54=168 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.57% from 168); Green value is 66 (26.17% from 255 or 39.29% from 168); Blue value is 54 (21.48% from 255 or 32.14% from 168); Max value from RGB is 66 - color contains mainly: green. Hex color #304236 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304236 is #CFBDC9. Grayscale: #3B3B3B. Windows color (decimal): -13614538 or 3555888. OLE color: 3555888.

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

Color convert

RGB486654-
CMYK0.2700.180.74
HSL140º15.79%22.35%-
HSV(B)140º27.27%25.88%-
XYZ3.834.794.21-
YUV59.25125.04119.98-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 28.57%
GREEN value IS 66 (26.17% from 255) = 39.29%
BLUE value IS 54 (21.48% from 255) = 32.14%
R=28.57%
G=39.29%
B=32.14%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4866540.2700.180.7414015.7922.35
Hex3042361B0124A8c1016
Octal6010266330221122142026
Binary1100001000010110110110110100101001010100011001000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304236; }

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

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

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

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

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

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

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

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