Html Css Color HEX #304431 Timber Green

📋 copy color: '#304431'

red 48 ◦ green 68 ◦ blue 49

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

Shades of Timber Green #304431

Tints of Timber Green #304431

RGB

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

 GREEN value IS 68 (26.95% from 255) = 41.21%

 BLUE value IS 49 (19.53% from 255) = 29.7%

R = 29.09%
G = 41.21%
B = 29.7%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.28

 K value IS 0.73

RGB Variations

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

Color information

#304431 (or 0x304431) is known color: Timber Green. HEX triplet: 30, 44 and 31. RGB value is (48,68,49). Sum of RGB (Red+Green+Blue) = 48+68+49=165 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.09% from 165); Green value is 68 (26.95% from 255 or 41.21% from 165); Blue value is 49 (19.53% from 255 or 29.70% from 165); Max value from RGB is 68 - color contains mainly: green. Hex color #304431 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304431 is #CFBBCE. Grayscale: #3B3B3B. Windows color (decimal): -13614031 or 3228720. OLE color: 3228720.

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

Color convert

RGB 48 68 49 -
CMYK 0.29 0 0.28 0.73
HSL 123º 0.17% 0.23% -
HSV(B) 123º 0.29% 0.27% -
XYZ 3.84 4.98 3.67 -
YUV 59.85 121.87 119.54 -
System Red Green Blue C M Y K H S L
Decimal 48 68 49 0.29 0 0.28 0.73 123 0.17 0.23
Hex 30 44 31 1D 0 1C 49 7B 11 17
Octal 60 104 61 35 0 34 111 173 21 27
Binary 110000 1000100 110001 11101 0 11100 1001001 1111011 10001 10111

Color Harmonies of #304431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304431

Black with #304431

Text Example


Text Example

White with #304431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304431; }

 p { color: rgb(48,68,49); }

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

background-color css

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

 a { background-color: rgb(48,68,49); }

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

border-color css

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

 span { border-color: rgb(48,68,49); }

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