Html Css Color HEX #304631 Timber Green

📋 copy color: '#304631'

red 48 ◦ green 70 ◦ blue 49

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

Shades of Timber Green #304631

Tints of Timber Green #304631

RGB

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

 GREEN value IS 70 (27.73% from 255) = 41.92%

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

R = 28.74%
G = 41.92%
B = 29.34%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.30

 K value IS 0.73

RGB Variations

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

Color information

#304631 (or 0x304631) is known color: Timber Green. HEX triplet: 30, 46 and 31. RGB value is (48,70,49). Sum of RGB (Red+Green+Blue) = 48+70+49=167 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.74% from 167); Green value is 70 (27.73% from 255 or 41.92% from 167); Blue value is 49 (19.53% from 255 or 29.34% from 167); Max value from RGB is 70 - color contains mainly: green. Hex color #304631 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304631 is #CFB9CE. Grayscale: #3D3D3D. Windows color (decimal): -13613519 or 3229232. OLE color: 3229232.

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

Color convert

RGB 48 70 49 -
CMYK 0.31 0 0.30 0.73
HSL 122.73º 0.19% 0.23% -
HSV(B) 122.73º 0.31% 0.27% -
XYZ 3.96 5.23 3.71 -
YUV 61.03 121.21 118.71 -
System Red Green Blue C M Y K H S L
Decimal 48 70 49 0.31 0 0.30 0.73 122.73 0.19 0.23
Hex 30 46 31 1F 0 1E 49 7B 13 17
Octal 60 106 61 37 0 36 111 173 23 27
Binary 110000 1000110 110001 11111 0 11110 1001001 1111011 10011 10111

Color Harmonies of #304631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304631

Black with #304631

Text Example


Text Example

White with #304631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304631; }

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

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

background-color css

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

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

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

border-color css

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

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

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