Html Css Color HEX #304936 Timber Green

📋 copy color: '#304936'

red 48 ◦ green 73 ◦ blue 54

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

Shades of Timber Green #304936

Tints of Timber Green #304936

RGB

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

 GREEN value IS 73 (28.91% from 255) = 41.71%

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

R = 27.43%
G = 41.71%
B = 30.86%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.26

 K value IS 0.71

RGB Variations

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

Color information

#304936 (or 0x304936) is known color: Timber Green. HEX triplet: 30, 49 and 36. RGB value is (48,73,54). Sum of RGB (Red+Green+Blue) = 48+73+54=175 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.43% from 175); Green value is 73 (28.91% from 255 or 41.71% from 175); Blue value is 54 (21.48% from 255 or 30.86% from 175); Max value from RGB is 73 - color contains mainly: green. Hex color #304936 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304936 is #CFB6C9. Grayscale: #3F3F3F. Windows color (decimal): -13612746 or 3557680. OLE color: 3557680.

HSL color Cylindrical-coordinate representation of color #304936: hue angle of 134.4º degrees, saturation: 0.21, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #304936 is Cyan = 0.34, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.71.

Color convert

RGB 48 73 54 -
CMYK 0.34 0 0.26 0.71
HSL 134.4º 0.21% 0.24% -
HSV(B) 134.4º 0.34% 0.29% -
XYZ 4.27 5.66 4.36 -
YUV 63.36 122.72 117.04 -
System Red Green Blue C M Y K H S L
Decimal 48 73 54 0.34 0 0.26 0.71 134.4 0.21 0.24
Hex 30 49 36 22 0 1A 47 86 15 18
Octal 60 111 66 42 0 32 107 206 25 30
Binary 110000 1001001 110110 100010 0 11010 1000111 10000110 10101 11000

Color Harmonies of #304936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304936

Black with #304936

Text Example


Text Example

White with #304936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304936; }

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

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

background-color css

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

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

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

border-color css

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

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

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