Html Css Color HEX #304C37 Timber Green

📋 copy color: '#304C37'

red 48 ◦ green 76 ◦ blue 55

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

Shades of Timber Green #304C37

Tints of Timber Green #304C37

RGB

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

 GREEN value IS 76 (30.08% from 255) = 42.46%

 BLUE value IS 55 (21.88% from 255) = 30.73%

R = 26.82%
G = 42.46%
B = 30.73%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.28

 K value IS 0.70

RGB Variations

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

Color information

#304C37 (or 0x304C37) is known color: Timber Green. HEX triplet: 30, 4C and 37. RGB value is (48,76,55). Sum of RGB (Red+Green+Blue) = 48+76+55=179 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.82% from 179); Green value is 76 (30.08% from 255 or 42.46% from 179); Blue value is 55 (21.88% from 255 or 30.73% from 179); Max value from RGB is 76 - color contains mainly: green. Hex color #304C37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304C37 is #CFB3C8. Grayscale: #414141. Windows color (decimal): -13611977 or 3623984. OLE color: 3623984.

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

Color convert

RGB 48 76 55 -
CMYK 0.37 0 0.28 0.70
HSL 135º 0.23% 0.24% -
HSV(B) 135º 0.37% 0.3% -
XYZ 4.49 6.07 4.55 -
YUV 65.23 122.22 115.71 -
System Red Green Blue C M Y K H S L
Decimal 48 76 55 0.37 0 0.28 0.70 135 0.23 0.24
Hex 30 4C 37 25 0 1C 46 87 17 18
Octal 60 114 67 45 0 34 106 207 27 30
Binary 110000 1001100 110111 100101 0 11100 1000110 10000111 10111 11000

Color Harmonies of #304C37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304C37

Black with #304C37

Text Example


Text Example

White with #304C37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,76,55); }

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

background-color css

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

 a { background-color: rgb(48,76,55); }

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

border-color css

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

 span { border-color: rgb(48,76,55); }

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