Html Css Color HEX #304933 Timber Green

📋 copy color: '#304933'

red 48 ◦ green 73 ◦ blue 51

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

Shades of Timber Green #304933

Tints of Timber Green #304933

RGB

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

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

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

R = 27.91%
G = 42.44%
B = 29.65%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.30

 K value IS 0.71

RGB Variations

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

Color information

#304933 (or 0x304933) is known color: Timber Green. HEX triplet: 30, 49 and 33. RGB value is (48,73,51). Sum of RGB (Red+Green+Blue) = 48+73+51=172 (22% of max value = 765). Red value is 48 (19.14% from 255 or 27.91% from 172); Green value is 73 (28.91% from 255 or 42.44% from 172); Blue value is 51 (20.31% from 255 or 29.65% from 172); Max value from RGB is 73 - color contains mainly: green. Hex color #304933 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304933 is #CFB6CC. Grayscale: #3F3F3F. Windows color (decimal): -13612749 or 3361072. OLE color: 3361072.

HSL color Cylindrical-coordinate representation of color #304933: hue angle of 127.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 #304933 is Cyan = 0.34, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.71.

Color convert

RGB 48 73 51 -
CMYK 0.34 0 0.30 0.71
HSL 127.2º 0.21% 0.24% -
HSV(B) 127.2º 0.34% 0.29% -
XYZ 4.2 5.63 4 -
YUV 63.02 121.22 117.29 -
System Red Green Blue C M Y K H S L
Decimal 48 73 51 0.34 0 0.30 0.71 127.2 0.21 0.24
Hex 30 49 33 22 0 1E 47 7F 15 18
Octal 60 111 63 42 0 36 107 177 25 30
Binary 110000 1001001 110011 100010 0 11110 1000111 1111111 10101 11000

Color Harmonies of #304933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304933

Black with #304933

Text Example


Text Example

White with #304933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304933; }

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

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

background-color css

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

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

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

border-color css

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

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

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