Html Css Color HEX #304938 Timber Green

📋 copy color: '#304938'

red 48 ◦ green 73 ◦ blue 56

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

Shades of Timber Green #304938

Tints of Timber Green #304938

RGB

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

 GREEN value IS 73 (28.91% from 255) = 41.24%

 BLUE value IS 56 (22.27% from 255) = 31.64%

R = 27.12%
G = 41.24%
B = 31.64%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.23

 K value IS 0.71

RGB Variations

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

Color information

#304938 (or 0x304938) is known color: Timber Green. HEX triplet: 30, 49 and 38. RGB value is (48,73,56). Sum of RGB (Red+Green+Blue) = 48+73+56=177 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.12% from 177); Green value is 73 (28.91% from 255 or 41.24% from 177); Blue value is 56 (22.27% from 255 or 31.64% from 177); Max value from RGB is 73 - color contains mainly: green. Hex color #304938 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304938 is #CFB6C7. Grayscale: #3F3F3F. Windows color (decimal): -13612744 or 3688752. OLE color: 3688752.

HSL color Cylindrical-coordinate representation of color #304938: hue angle of 139.2º degrees, saturation: 0.21, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #304938 is Cyan = 0.34, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.71.

Color convert

RGB 48 73 56 -
CMYK 0.34 0 0.23 0.71
HSL 139.2º 0.21% 0.24% -
HSV(B) 139.2º 0.34% 0.29% -
XYZ 4.32 5.68 4.61 -
YUV 63.59 123.72 116.88 -
System Red Green Blue C M Y K H S L
Decimal 48 73 56 0.34 0 0.23 0.71 139.2 0.21 0.24
Hex 30 49 38 22 0 17 47 8B 15 18
Octal 60 111 70 42 0 27 107 213 25 30
Binary 110000 1001001 111000 100010 0 10111 1000111 10001011 10101 11000

Color Harmonies of #304938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304938

Black with #304938

Text Example


Text Example

White with #304938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304938; }

 p { color: rgb(48,73,56); }

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

background-color css

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

 a { background-color: rgb(48,73,56); }

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

border-color css

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

 span { border-color: rgb(48,73,56); }

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