#304432

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

Shades of Timber Green #304432

Tints of Timber Green #304432

Color information

#304432 (or 0x304432) is unknown color: approx Timber Green. HEX triplet: 30, 44 and 32. RGB value is (48,68,50). Sum of RGB (Red+Green+Blue) = 48+68+50=166 (21% of max value = 765). Red value is 48 (19.14% from 255 or 28.92% from 166); Green value is 68 (26.95% from 255 or 40.96% from 166); Blue value is 50 (19.92% from 255 or 30.12% from 166); Max value from RGB is 68 - color contains mainly: green. Hex color #304432 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304432 is #CFBBCD. Grayscale: #3C3C3C. Windows color (decimal): -13614030 or 3294256. OLE color: 3294256.

HSL color Cylindrical-coordinate representation of color #304432: hue angle of 126º 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 #304432 is Cyan = 0.29, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.73.

Color convert

RGB486850-
CMYK0.2900.260.73
HSL126º17.24%22.75%-
HSV(B)126º29.41%26.67%-
XYZ3.864.993.78-
YUV59.97122.37119.46-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 28.92%
GREEN value IS 68 (26.95% from 255) = 40.96%
BLUE value IS 50 (19.92% from 255) = 30.12%
R=28.92%
G=40.96%
B=30.12%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4868500.2900.260.7312617.2422.75
Hex3044321D01A497e1117
Octal6010462350321111762127
Binary110000100010011001011101011010100100111111101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304432; }

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

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

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

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

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

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

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

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