Html Css Color HEX #304336 Timber Green

📋 copy color: '#304336'

red 48 ◦ green 67 ◦ blue 54

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

Shades of Timber Green #304336

Tints of Timber Green #304336

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 31.95%

R = 28.4%
G = 39.64%
B = 31.95%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.19

 K value IS 0.74

RGB Variations

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

Color information

#304336 (or 0x304336) is known color: Timber Green. HEX triplet: 30, 43 and 36. RGB value is (48,67,54). Sum of RGB (Red+Green+Blue) = 48+67+54=169 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.40% from 169); Green value is 67 (26.56% from 255 or 39.64% from 169); Blue value is 54 (21.48% from 255 or 31.95% from 169); Max value from RGB is 67 - color contains mainly: green. Hex color #304336 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304336 is #CFBCC9. Grayscale: #3B3B3B. Windows color (decimal): -13614282 or 3556144. OLE color: 3556144.

HSL color Cylindrical-coordinate representation of color #304336: hue angle of 138.95º 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 #304336 is Cyan = 0.28, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.74.

Color convert

RGB 48 67 54 -
CMYK 0.28 0 0.19 0.74
HSL 138.95º 0.17% 0.23% -
HSV(B) 138.95º 0.28% 0.26% -
XYZ 3.89 4.91 4.23 -
YUV 59.84 124.71 119.56 -
System Red Green Blue C M Y K H S L
Decimal 48 67 54 0.28 0 0.19 0.74 138.95 0.17 0.23
Hex 30 43 36 1C 0 13 4A 8B 11 17
Octal 60 103 66 34 0 23 112 213 21 27
Binary 110000 1000011 110110 11100 0 10011 1001010 10001011 10001 10111

Color Harmonies of #304336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304336

Black with #304336

Text Example


Text Example

White with #304336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304336; }

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

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

background-color css

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

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

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

border-color css

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

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

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