Html Css Color HEX #303A32 Timber Green

📋 copy color: '#303A32'

red 48 ◦ green 58 ◦ blue 50

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

Shades of Timber Green #303A32

Tints of Timber Green #303A32

RGB

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

 GREEN value IS 58 (23.05% from 255) = 37.18%

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

R = 30.77%
G = 37.18%
B = 32.05%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.14

 K value IS 0.77

RGB Variations

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

Color information

#303A32 (or 0x303A32) is known color: Timber Green. HEX triplet: 30, 3A and 32. RGB value is (48,58,50). Sum of RGB (Red+Green+Blue) = 48+58+50=156 (20% of max value = 765). Red value is 48 (19.14% from 255 or 30.77% from 156); Green value is 58 (23.05% from 255 or 37.18% from 156); Blue value is 50 (19.92% from 255 or 32.05% from 156); Max value from RGB is 58 - color contains mainly: green. Hex color #303A32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303A32 is #CFC5CD. Grayscale: #363636. Windows color (decimal): -13616590 or 3291696. OLE color: 3291696.

HSL color Cylindrical-coordinate representation of color #303A32: hue angle of 132º degrees, saturation: 0.09, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #303A32 is Cyan = 0.17, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.77.

Color convert

RGB 48 58 50 -
CMYK 0.17 0 0.14 0.77
HSL 132º 0.09% 0.21% -
HSV(B) 132º 0.17% 0.23% -
XYZ 3.31 3.88 3.59 -
YUV 54.1 125.69 123.65 -
System Red Green Blue C M Y K H S L
Decimal 48 58 50 0.17 0 0.14 0.77 132 0.09 0.21
Hex 30 3A 32 11 0 E 4D 84 9 15
Octal 60 72 62 21 0 16 115 204 11 25
Binary 110000 111010 110010 10001 0 1110 1001101 10000100 1001 10101

Color Harmonies of #303A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303A32

Black with #303A32

Text Example


Text Example

White with #303A32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303A32; }

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

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

background-color css

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

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

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

border-color css

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

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

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