#304130

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

Shades of Timber Green #304130

Tints of Timber Green #304130

Color information

#304130 (or 0x304130) is unknown color: approx Timber Green. HEX triplet: 30, 41 and 30. RGB value is (48,65,48). Sum of RGB (Red+Green+Blue) = 48+65+48=161 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.81% from 161); Green value is 65 (25.78% from 255 or 40.37% from 161); Blue value is 48 (19.14% from 255 or 29.81% from 161); Max value from RGB is 65 - color contains mainly: green. Hex color #304130 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304130 is #CFBECF. Grayscale: #3A3A3A. Windows color (decimal): -13614800 or 3162416. OLE color: 3162416.

HSL color Cylindrical-coordinate representation of color #304130: hue angle of 120º degrees, saturation: 0.15, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #304130 is Cyan = 0.26, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.75.

Color convert

RGB486548-
CMYK0.2600.260.75
HSL120º15.04%22.16%-
HSV(B)120º26.15%25.49%-
XYZ3.644.623.5-
YUV57.98122.37120.88-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 29.81%
GREEN value IS 65 (25.78% from 255) = 40.37%
BLUE value IS 48 (19.14% from 255) = 29.81%
R=29.81%
G=40.37%
B=29.81%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4865480.2600.260.7512015.0422.16
Hex3041301A01A4B78f16
Octal6010160320321131701726
Binary11000010000011100001101001101010010111111000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304130; }

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

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

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

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

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

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

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

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