Html Css Color HEX #303933 Timber Green

📋 copy color: '#303933'

red 48 ◦ green 57 ◦ blue 51

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

Shades of Timber Green #303933

Tints of Timber Green #303933

RGB

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

 GREEN value IS 57 (22.66% from 255) = 36.54%

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

R = 30.77%
G = 36.54%
B = 32.69%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.11

 K value IS 0.78

RGB Variations

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

Color information

#303933 (or 0x303933) is known color: Timber Green. HEX triplet: 30, 39 and 33. RGB value is (48,57,51). Sum of RGB (Red+Green+Blue) = 48+57+51=156 (20% of max value = 765). Red value is 48 (19.14% from 255 or 30.77% from 156); Green value is 57 (22.66% from 255 or 36.54% from 156); Blue value is 51 (20.31% from 255 or 32.69% from 156); Max value from RGB is 57 - color contains mainly: green. Hex color #303933 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303933 is #CFC6CC. Grayscale: #353535. Windows color (decimal): -13616845 or 3356976. OLE color: 3356976.

HSL color Cylindrical-coordinate representation of color #303933: hue angle of 140º degrees, saturation: 0.09, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #303933 is Cyan = 0.16, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.78.

Color convert

RGB 48 57 51 -
CMYK 0.16 0 0.11 0.78
HSL 140º 0.09% 0.21% -
HSV(B) 140º 0.16% 0.22% -
XYZ 3.28 3.79 3.69 -
YUV 53.63 126.52 123.99 -
System Red Green Blue C M Y K H S L
Decimal 48 57 51 0.16 0 0.11 0.78 140 0.09 0.21
Hex 30 39 33 10 0 B 4E 8C 9 15
Octal 60 71 63 20 0 13 116 214 11 25
Binary 110000 111001 110011 10000 0 1011 1001110 10001100 1001 10101

Color Harmonies of #303933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303933

Black with #303933

Text Example


Text Example

White with #303933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303933; }

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

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

background-color css

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

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

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

border-color css

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

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

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