Html Css Color HEX #304D35 Timber Green

📋 copy color: '#304D35'

red 48 ◦ green 77 ◦ blue 53

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

Shades of Timber Green #304D35

Tints of Timber Green #304D35

RGB

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

 GREEN value IS 77 (30.47% from 255) = 43.26%

 BLUE value IS 53 (21.09% from 255) = 29.78%

R = 26.97%
G = 43.26%
B = 29.78%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.31

 K value IS 0.70

RGB Variations

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

Color information

#304D35 (or 0x304D35) is known color: Timber Green. HEX triplet: 30, 4D and 35. RGB value is (48,77,53). Sum of RGB (Red+Green+Blue) = 48+77+53=178 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.97% from 178); Green value is 77 (30.47% from 255 or 43.26% from 178); Blue value is 53 (21.09% from 255 or 29.78% from 178); Max value from RGB is 77 - color contains mainly: green. Hex color #304D35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #304D35 is #CFB2CA. Grayscale: #414141. Windows color (decimal): -13611723 or 3493168. OLE color: 3493168.

HSL color Cylindrical-coordinate representation of color #304D35: hue angle of 130.34º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #304D35 is Cyan = 0.38, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.70.

Color convert

RGB 48 77 53 -
CMYK 0.38 0 0.31 0.70
HSL 130.34º 0.23% 0.25% -
HSV(B) 130.34º 0.38% 0.3% -
XYZ 4.52 6.19 4.33 -
YUV 65.59 120.89 115.45 -
System Red Green Blue C M Y K H S L
Decimal 48 77 53 0.38 0 0.31 0.70 130.34 0.23 0.25
Hex 30 4D 35 26 0 1F 46 82 17 19
Octal 60 115 65 46 0 37 106 202 27 31
Binary 110000 1001101 110101 100110 0 11111 1000110 10000010 10111 11001

Color Harmonies of #304D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304D35

Black with #304D35

Text Example


Text Example

White with #304D35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304D35; }

 p { color: rgb(48,77,53); }

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

background-color css

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

 a { background-color: rgb(48,77,53); }

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

border-color css

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

 span { border-color: rgb(48,77,53); }

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