Html Css Color HEX #304032 Timber Green

📋 copy color: '#304032'

red 48 ◦ green 64 ◦ blue 50

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

Shades of Timber Green #304032

Tints of Timber Green #304032

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 30.86%

R = 29.63%
G = 39.51%
B = 30.86%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.22

 K value IS 0.75

RGB Variations

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

Color information

#304032 (or 0x304032) is known color: Timber Green. HEX triplet: 30, 40 and 32. RGB value is (48,64,50). Sum of RGB (Red+Green+Blue) = 48+64+50=162 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.63% from 162); Green value is 64 (25.39% from 255 or 39.51% from 162); Blue value is 50 (19.92% from 255 or 30.86% from 162); Max value from RGB is 64 - color contains mainly: green. Hex color #304032 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304032 is #CFBFCD. Grayscale: #393939. Windows color (decimal): -13615054 or 3293232. OLE color: 3293232.

HSL color Cylindrical-coordinate representation of color #304032: hue angle of 127.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 #304032 is Cyan = 0.25, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.75.

Color convert

RGB 48 64 50 -
CMYK 0.25 0 0.22 0.75
HSL 127.5º 0.14% 0.22% -
HSV(B) 127.5º 0.25% 0.25% -
XYZ 3.63 4.53 3.7 -
YUV 57.62 123.7 121.14 -
System Red Green Blue C M Y K H S L
Decimal 48 64 50 0.25 0 0.22 0.75 127.5 0.14 0.22
Hex 30 40 32 19 0 16 4B 80 E 16
Octal 60 100 62 31 0 26 113 200 16 26
Binary 110000 1000000 110010 11001 0 10110 1001011 10000000 1110 10110

Color Harmonies of #304032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304032

Black with #304032

Text Example


Text Example

White with #304032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304032; }

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

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

background-color css

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

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

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

border-color css

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

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

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