#304532

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

Shades of Timber Green #304532

Tints of Timber Green #304532

Color information

#304532 (or 0x304532) is unknown color: approx Timber Green. HEX triplet: 30, 45 and 32. RGB value is (48,69,50). Sum of RGB (Red+Green+Blue) = 48+69+50=167 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.74% from 167); Green value is 69 (27.34% from 255 or 41.32% from 167); Blue value is 50 (19.92% from 255 or 29.94% from 167); Max value from RGB is 69 - color contains mainly: green. Hex color #304532 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304532 is #CFBACD. Grayscale: #3C3C3C. Windows color (decimal): -13613774 or 3294512. OLE color: 3294512.

HSL color Cylindrical-coordinate representation of color #304532: hue angle of 125.71º degrees, saturation: 0.18, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #304532 is Cyan = 0.30, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.73.

Color convert

RGB486950-
CMYK0.3000.280.73
HSL125.71º17.95%22.94%-
HSV(B)125.71º30.43%27.06%-
XYZ3.925.113.8-
YUV60.56122.04119.04-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 28.74%
GREEN value IS 69 (27.34% from 255) = 41.32%
BLUE value IS 50 (19.92% from 255) = 29.94%
R=28.74%
G=41.32%
B=29.94%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4869500.3000.280.73125.7117.9522.94
Hex3045321E01C497e1217
Octal6010562360341111762227
Binary110000100010111001011110011100100100111111101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304532; }

 p { color: rgb(48,69,50); }

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

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

 a { background-color: rgb(48,69,50); }

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

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

 span { border-color: rgb(48,69,50); }

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