#304732

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

Shades of Timber Green #304732

Tints of Timber Green #304732

Color information

#304732 (or 0x304732) is unknown color: approx Timber Green. HEX triplet: 30, 47 and 32. RGB value is (48,71,50). Sum of RGB (Red+Green+Blue) = 48+71+50=169 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.40% from 169); Green value is 71 (28.12% from 255 or 42.01% from 169); Blue value is 50 (19.92% from 255 or 29.59% from 169); Max value from RGB is 71 - color contains mainly: green. Hex color #304732 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304732 is #CFB8CD. Grayscale: #3D3D3D. Windows color (decimal): -13613262 or 3295024. OLE color: 3295024.

HSL color Cylindrical-coordinate representation of color #304732: hue angle of 125.22º degrees, saturation: 0.19, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #304732 is Cyan = 0.32, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.72.

Color convert

RGB487150-
CMYK0.3200.300.72
HSL125.22º19.33%23.33%-
HSV(B)125.22º32.39%27.84%-
XYZ4.055.373.84-
YUV61.73121.38118.21-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 28.40%
GREEN value IS 71 (28.12% from 255) = 42.01%
BLUE value IS 50 (19.92% from 255) = 29.59%
R=28.40%
G=42.01%
B=29.59%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4871500.3200.300.72125.2219.3323.33
Hex3047322001E487d1317
Octal6010762400361101752327
Binary1100001000111110010100000011110100100011111011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304732; }

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

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

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

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

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

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

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

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