Html Css Color HEX #304634 Timber Green

📋 copy color: '#304634'

red 48 ◦ green 70 ◦ blue 52

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

Shades of Timber Green #304634

Tints of Timber Green #304634

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 30.59%

R = 28.24%
G = 41.18%
B = 30.59%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.26

 K value IS 0.73

RGB Variations

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

Color information

#304634 (or 0x304634) is known color: Timber Green. HEX triplet: 30, 46 and 34. RGB value is (48,70,52). Sum of RGB (Red+Green+Blue) = 48+70+52=170 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.24% from 170); Green value is 70 (27.73% from 255 or 41.18% from 170); Blue value is 52 (20.70% from 255 or 30.59% from 170); Max value from RGB is 70 - color contains mainly: green. Hex color #304634 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304634 is #CFB9CB. Grayscale: #3D3D3D. Windows color (decimal): -13613516 or 3425840. OLE color: 3425840.

HSL color Cylindrical-coordinate representation of color #304634: hue angle of 130.91º 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 #304634 is Cyan = 0.31, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.73.

Color convert

RGB 48 70 52 -
CMYK 0.31 0 0.26 0.73
HSL 130.91º 0.19% 0.23% -
HSV(B) 130.91º 0.31% 0.27% -
XYZ 4.03 5.26 4.05 -
YUV 61.37 122.71 118.46 -
System Red Green Blue C M Y K H S L
Decimal 48 70 52 0.31 0 0.26 0.73 130.91 0.19 0.23
Hex 30 46 34 1F 0 1A 49 83 13 17
Octal 60 106 64 37 0 32 111 203 23 27
Binary 110000 1000110 110100 11111 0 11010 1001001 10000011 10011 10111

Color Harmonies of #304634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304634

Black with #304634

Text Example


Text Example

White with #304634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304634; }

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

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

background-color css

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

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

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

border-color css

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

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

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