Html Css Color HEX #304131 Timber Green

📋 copy color: '#304131'

red 48 ◦ green 65 ◦ blue 49

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

Shades of Timber Green #304131

Tints of Timber Green #304131

RGB

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

 GREEN value IS 65 (25.78% from 255) = 40.12%

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

R = 29.63%
G = 40.12%
B = 30.25%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.25

 K value IS 0.75

RGB Variations

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

Color information

#304131 (or 0x304131) is known color: Timber Green. HEX triplet: 30, 41 and 31. RGB value is (48,65,49). Sum of RGB (Red+Green+Blue) = 48+65+49=162 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.63% from 162); Green value is 65 (25.78% from 255 or 40.12% from 162); Blue value is 49 (19.53% from 255 or 30.25% from 162); Max value from RGB is 65 - color contains mainly: green. Hex color #304131 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304131 is #CFBECE. Grayscale: #3A3A3A. Windows color (decimal): -13614799 or 3227952. OLE color: 3227952.

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

Color convert

RGB 48 65 49 -
CMYK 0.26 0 0.25 0.75
HSL 123.53º 0.15% 0.22% -
HSV(B) 123.53º 0.26% 0.25% -
XYZ 3.66 4.63 3.61 -
YUV 58.09 122.87 120.8 -
System Red Green Blue C M Y K H S L
Decimal 48 65 49 0.26 0 0.25 0.75 123.53 0.15 0.22
Hex 30 41 31 1A 0 19 4B 7C F 16
Octal 60 101 61 32 0 31 113 174 17 26
Binary 110000 1000001 110001 11010 0 11001 1001011 1111100 1111 10110

Color Harmonies of #304131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304131

Black with #304131

Text Example


Text Example

White with #304131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304131; }

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

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

background-color css

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

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

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

border-color css

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

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

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