Html Css Color HEX #304C33 Timber Green

📋 copy color: '#304C33'

red 48 ◦ green 76 ◦ blue 51

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

Shades of Timber Green #304C33

Tints of Timber Green #304C33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 29.14%

R = 27.43%
G = 43.43%
B = 29.14%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.33

 K value IS 0.70

RGB Variations

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

Color information

#304C33 (or 0x304C33) is known color: Timber Green. HEX triplet: 30, 4C and 33. RGB value is (48,76,51). Sum of RGB (Red+Green+Blue) = 48+76+51=175 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.43% from 175); Green value is 76 (30.08% from 255 or 43.43% from 175); Blue value is 51 (20.31% from 255 or 29.14% from 175); Max value from RGB is 76 - color contains mainly: green. Hex color #304C33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304C33 is #CFB3CC. Grayscale: #404040. Windows color (decimal): -13611981 or 3361840. OLE color: 3361840.

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

Color convert

RGB 48 76 51 -
CMYK 0.37 0 0.33 0.70
HSL 126.43º 0.23% 0.24% -
HSV(B) 126.43º 0.37% 0.3% -
XYZ 4.4 6.04 4.07 -
YUV 64.78 120.22 116.03 -
System Red Green Blue C M Y K H S L
Decimal 48 76 51 0.37 0 0.33 0.70 126.43 0.23 0.24
Hex 30 4C 33 25 0 21 46 7E 17 18
Octal 60 114 63 45 0 41 106 176 27 30
Binary 110000 1001100 110011 100101 0 100001 1000110 1111110 10111 11000

Color Harmonies of #304C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304C33

Black with #304C33

Text Example


Text Example

White with #304C33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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