#304B38

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

Shades of Timber Green #304B38

Tints of Timber Green #304B38

Color information

#304B38 (or 0x304B38) is unknown color: approx Timber Green. HEX triplet: 30, 4B and 38. RGB value is (48,75,56). Sum of RGB (Red+Green+Blue) = 48+75+56=179 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.82% from 179); Green value is 75 (29.69% from 255 or 41.90% from 179); Blue value is 56 (22.27% from 255 or 31.28% from 179); Max value from RGB is 75 - color contains mainly: green. Hex color #304B38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304B38 is #CFB4C7. Grayscale: #404040. Windows color (decimal): -13612232 or 3689264. OLE color: 3689264.

HSL color Cylindrical-coordinate representation of color #304B38: hue angle of 137.78º degrees, saturation: 0.22, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #304B38 is Cyan = 0.36, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.71.

Color convert

RGB487556-
CMYK0.3600.250.71
HSL137.78º21.95%24.12%-
HSV(B)137.78º36%29.41%-
XYZ4.455.954.65-
YUV64.76123.05116.04-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.82%
GREEN value IS 75 (29.69% from 255) = 41.90%
BLUE value IS 56 (22.27% from 255) = 31.28%
R=26.82%
G=41.90%
B=31.28%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4875560.3600.250.71137.7821.9524.12
Hex304B3824019478a1618
Octal6011370440311072122630
Binary11000010010111110001001000110011000111100010101011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304B38; }

 p { color: rgb(48,75,56); }

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

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

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

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

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

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

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