Html Css Color HEX #303932 Timber Green

📋 copy color: '#303932'

red 48 ◦ green 57 ◦ blue 50

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

Shades of Timber Green #303932

Tints of Timber Green #303932

RGB

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

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

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

R = 30.97%
G = 36.77%
B = 32.26%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.12

 K value IS 0.78

RGB Variations

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

Color information

#303932 (or 0x303932) is known color: Timber Green. HEX triplet: 30, 39 and 32. RGB value is (48,57,50). Sum of RGB (Red+Green+Blue) = 48+57+50=155 (20% of max value = 765). Red value is 48 (19.14% from 255 or 30.97% from 155); Green value is 57 (22.66% from 255 or 36.77% from 155); Blue value is 50 (19.92% from 255 or 32.26% from 155); Max value from RGB is 57 - color contains mainly: green. Hex color #303932 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303932 is #CFC6CD. Grayscale: #353535. Windows color (decimal): -13616846 or 3291440. OLE color: 3291440.

HSL color Cylindrical-coordinate representation of color #303932: hue angle of 133.33º 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 #303932 is Cyan = 0.16, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.78.

Color convert

RGB 48 57 50 -
CMYK 0.16 0 0.12 0.78
HSL 133.33º 0.09% 0.21% -
HSV(B) 133.33º 0.16% 0.22% -
XYZ 3.26 3.78 3.58 -
YUV 53.51 126.02 124.07 -
System Red Green Blue C M Y K H S L
Decimal 48 57 50 0.16 0 0.12 0.78 133.33 0.09 0.21
Hex 30 39 32 10 0 C 4E 85 9 15
Octal 60 71 62 20 0 14 116 205 11 25
Binary 110000 111001 110010 10000 0 1100 1001110 10000101 1001 10101

Color Harmonies of #303932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303932

Black with #303932

Text Example


Text Example

White with #303932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303932; }

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

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

background-color css

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

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

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

border-color css

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

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

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