#304530

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

Shades of Timber Green #304530

Tints of Timber Green #304530

Color information

#304530 (or 0x304530) is unknown color: approx Timber Green. HEX triplet: 30, 45 and 30. RGB value is (48,69,48). Sum of RGB (Red+Green+Blue) = 48+69+48=165 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.09% from 165); Green value is 69 (27.34% from 255 or 41.82% from 165); Blue value is 48 (19.14% from 255 or 29.09% from 165); Max value from RGB is 69 - color contains mainly: green. Hex color #304530 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304530 is #CFBACF. Grayscale: #3C3C3C. Windows color (decimal): -13613776 or 3163440. OLE color: 3163440.

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

Color convert

RGB486948-
CMYK0.3000.300.73
HSL120º17.95%22.94%-
HSV(B)120º30.43%27.06%-
XYZ3.885.13.58-
YUV60.33121.04119.21-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 29.09%
GREEN value IS 69 (27.34% from 255) = 41.82%
BLUE value IS 48 (19.14% from 255) = 29.09%
R=29.09%
G=41.82%
B=29.09%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4869480.3000.300.7312017.9522.94
Hex3045301E01E49781217
Octal6010560360361111702227
Binary110000100010111000011110011110100100111110001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304530; }

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

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

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

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

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

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

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

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