Html Css Color HEX #304C32 Timber Green

📋 copy color: '#304C32'

red 48 ◦ green 76 ◦ blue 50

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

Shades of Timber Green #304C32

Tints of Timber Green #304C32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 28.74%

R = 27.59%
G = 43.68%
B = 28.74%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.34

 K value IS 0.70

RGB Variations

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

Color information

#304C32 (or 0x304C32) is known color: Timber Green. HEX triplet: 30, 4C and 32. RGB value is (48,76,50). Sum of RGB (Red+Green+Blue) = 48+76+50=174 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.59% from 174); Green value is 76 (30.08% from 255 or 43.68% from 174); Blue value is 50 (19.92% from 255 or 28.74% from 174); Max value from RGB is 76 - color contains mainly: green. Hex color #304C32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304C32 is #CFB3CD. Grayscale: #404040. Windows color (decimal): -13611982 or 3296304. OLE color: 3296304.

HSL color Cylindrical-coordinate representation of color #304C32: hue angle of 124.29º 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 #304C32 is Cyan = 0.37, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.70.

Color convert

RGB 48 76 50 -
CMYK 0.37 0 0.34 0.70
HSL 124.29º 0.23% 0.24% -
HSV(B) 124.29º 0.37% 0.3% -
XYZ 4.38 6.03 3.95 -
YUV 64.66 119.72 116.11 -
System Red Green Blue C M Y K H S L
Decimal 48 76 50 0.37 0 0.34 0.70 124.29 0.23 0.24
Hex 30 4C 32 25 0 22 46 7C 17 18
Octal 60 114 62 45 0 42 106 174 27 30
Binary 110000 1001100 110010 100101 0 100010 1000110 1111100 10111 11000

Color Harmonies of #304C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304C32

Black with #304C32

Text Example


Text Example

White with #304C32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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