Html Css Color HEX #304434 Timber Green

📋 copy color: '#304434'

red 48 ◦ green 68 ◦ blue 52

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

Shades of Timber Green #304434

Tints of Timber Green #304434

RGB

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

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

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

R = 28.57%
G = 40.48%
B = 30.95%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.24

 K value IS 0.73

RGB Variations

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

Color information

#304434 (or 0x304434) is known color: Timber Green. HEX triplet: 30, 44 and 34. RGB value is (48,68,52). Sum of RGB (Red+Green+Blue) = 48+68+52=168 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.57% from 168); Green value is 68 (26.95% from 255 or 40.48% from 168); Blue value is 52 (20.70% from 255 or 30.95% from 168); Max value from RGB is 68 - color contains mainly: green. Hex color #304434 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304434 is #CFBBCB. Grayscale: #3C3C3C. Windows color (decimal): -13614028 or 3425328. OLE color: 3425328.

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

Color convert

RGB 48 68 52 -
CMYK 0.29 0 0.24 0.73
HSL 132º 0.17% 0.23% -
HSV(B) 132º 0.29% 0.27% -
XYZ 3.91 5.01 4.01 -
YUV 60.2 123.37 119.3 -
System Red Green Blue C M Y K H S L
Decimal 48 68 52 0.29 0 0.24 0.73 132 0.17 0.23
Hex 30 44 34 1D 0 18 49 84 11 17
Octal 60 104 64 35 0 30 111 204 21 27
Binary 110000 1000100 110100 11101 0 11000 1001001 10000100 10001 10111

Color Harmonies of #304434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304434

Black with #304434

Text Example


Text Example

White with #304434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304434; }

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

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

background-color css

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

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

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

border-color css

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

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

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