Html Css Color HEX #304334 Timber Green

📋 copy color: '#304334'

red 48 ◦ green 67 ◦ blue 52

#304334
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Timber Green #304334

Tints of Timber Green #304334

RGB

 RED value IS 48 (19.14% from 255) = 28.74%

 GREEN value IS 67 (26.56% from 255) = 40.12%

 BLUE value IS 52 (20.7% from 255) = 31.14%

R = 28.74%
G = 40.12%
B = 31.14%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.22

 K value IS 0.74

RGB Variations

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

Color information

#304334 (or 0x304334) is known color: Timber Green. HEX triplet: 30, 43 and 34. RGB value is (48,67,52). Sum of RGB (Red+Green+Blue) = 48+67+52=167 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.74% from 167); Green value is 67 (26.56% from 255 or 40.12% from 167); Blue value is 52 (20.70% from 255 or 31.14% from 167); Max value from RGB is 67 - color contains mainly: green. Hex color #304334 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304334 is #CFBCCB. Grayscale: #3B3B3B. Windows color (decimal): -13614284 or 3425072. OLE color: 3425072.

HSL color Cylindrical-coordinate representation of color #304334: hue angle of 132.63º degrees, saturation: 0.17, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #304334 is Cyan = 0.28, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.74.

Color convert

RGB 48 67 52 -
CMYK 0.28 0 0.22 0.74
HSL 132.63º 0.17% 0.23% -
HSV(B) 132.63º 0.28% 0.26% -
XYZ 3.85 4.89 3.99 -
YUV 59.61 123.71 119.72 -
System Red Green Blue C M Y K H S L
Decimal 48 67 52 0.28 0 0.22 0.74 132.63 0.17 0.23
Hex 30 43 34 1C 0 16 4A 85 11 17
Octal 60 103 64 34 0 26 112 205 21 27
Binary 110000 1000011 110100 11100 0 10110 1001010 10000101 10001 10111

Color Harmonies of #304334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304334

Black with #304334

Text Example


Text Example

White with #304334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304334; }

 p { color: rgb(48,67,52); }

 H1.HeaderClassName
 {
   color: #304334;
 }
 .AnyTagClassName
 {
   color: #304334;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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