Html Css Color HEX #304036 Timber Green

📋 copy color: '#304036'

red 48 ◦ green 64 ◦ blue 54

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

Shades of Timber Green #304036

Tints of Timber Green #304036

RGB

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

 GREEN value IS 64 (25.39% from 255) = 38.55%

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

R = 28.92%
G = 38.55%
B = 32.53%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.16

 K value IS 0.75

RGB Variations

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

Color information

#304036 (or 0x304036) is known color: Timber Green. HEX triplet: 30, 40 and 36. RGB value is (48,64,54). Sum of RGB (Red+Green+Blue) = 48+64+54=166 (21% of max value = 765). Red value is 48 (19.14% from 255 or 28.92% from 166); Green value is 64 (25.39% from 255 or 38.55% from 166); Blue value is 54 (21.48% from 255 or 32.53% from 166); Max value from RGB is 64 - color contains mainly: green. Hex color #304036 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304036 is #CFBFC9. Grayscale: #3A3A3A. Windows color (decimal): -13615050 or 3555376. OLE color: 3555376.

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

Color convert

RGB 48 64 54 -
CMYK 0.25 0 0.16 0.75
HSL 142.5º 0.14% 0.22% -
HSV(B) 142.5º 0.25% 0.25% -
XYZ 3.72 4.56 4.17 -
YUV 58.08 125.7 120.81 -
System Red Green Blue C M Y K H S L
Decimal 48 64 54 0.25 0 0.16 0.75 142.5 0.14 0.22
Hex 30 40 36 19 0 10 4B 8E E 16
Octal 60 100 66 31 0 20 113 216 16 26
Binary 110000 1000000 110110 11001 0 10000 1001011 10001110 1110 10110

Color Harmonies of #304036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304036

Black with #304036

Text Example


Text Example

White with #304036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304036; }

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

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

background-color css

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

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

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

border-color css

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

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

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